We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1355625 commit 5fb580fCopy full SHA for 5fb580f
tap-agent/src/agent/sender_account.rs
@@ -840,6 +840,12 @@ impl Actor for SenderAccount {
840
// remove from sender_fee_tracker
841
state.sender_fee_tracker.remove(allocation_id);
842
843
+ // check for deny conditions
844
+ let _ = myself.cast(SenderAccountMessage::UpdateReceiptFees(
845
+ allocation_id,
846
+ ReceiptFees::Retry,
847
+ ));
848
+
849
// rav tracker is not updated because it's still not redeemed
850
}
851
SupervisionEvent::ActorPanicked(cell, error) => {
0 commit comments