Skip to content

Commit

Permalink
chore: ignore presign ack (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteojug authored Dec 5, 2024
1 parent 5da2bbc commit 1637302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/src/transaction_signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ fn run_loop_message_filter(signal: &SignerSignal) -> bool {
| message::Payload::SignerWithdrawalDecision(_)
| message::Payload::StacksTransactionSignature(_)
| message::Payload::BitcoinTransactionSignAck(_)
| message::Payload::BitcoinPreSignAck(_)
),
SignerSignal::Command(SignerCommand::Shutdown)
| SignerSignal::Event(SignerEvent::TxCoordinator(TxCoordinatorEvent::MessageGenerated(
Expand Down

0 comments on commit 1637302

Please sign in to comment.