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 1535515 commit fef2984Copy full SHA for fef2984
tap-agent/src/agent/sender_account.rs
@@ -842,6 +842,12 @@ impl Actor for SenderAccount {
842
// remove from sender_fee_tracker
843
state.sender_fee_tracker.remove(allocation_id);
844
845
+ // check for deny conditions
846
+ let _ = myself.cast(SenderAccountMessage::UpdateReceiptFees(
847
+ allocation_id,
848
+ ReceiptFees::Retry,
849
+ ));
850
+
851
// rav tracker is not updated because it's still not redeemed
852
}
853
SupervisionEvent::ActorPanicked(cell, error) => {
0 commit comments