Skip to content

Commit d9bc141

Browse files
committed
f! doc fixed claim id
1 parent f3b070f commit d9bc141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/chain/onchaintx.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ impl<ChannelSigner: WriteableEcdsaChannelSigner> OnchainTxHandler<ChannelSigner>
752752
) {
753753
req.set_timer(new_timer);
754754
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`.
755758
let claim_id = match claim {
756759
OnchainClaim::Tx(tx) => {
757760
log_info!(logger, "Broadcasting onchain {}", log_tx!(tx));

0 commit comments

Comments
 (0)