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 f3b070f commit d9bc141Copy full SHA for d9bc141
lightning/src/chain/onchaintx.rs
@@ -752,6 +752,9 @@ impl<ChannelSigner: WriteableEcdsaChannelSigner> OnchainTxHandler<ChannelSigner>
752
) {
753
req.set_timer(new_timer);
754
req.set_feerate(new_feerate);
755
+ // Once a pending claim has an id assigned, it remains fixed until the claim is
756
+ // satisfied, regardless of whether the claim switches between different variants of
757
+ // `OnchainClaim`.
758
let claim_id = match claim {
759
OnchainClaim::Tx(tx) => {
760
log_info!(logger, "Broadcasting onchain {}", log_tx!(tx));
0 commit comments