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 925f220 commit 4e58fadCopy full SHA for 4e58fad
lightning/src/chain/channelmonitor.rs
@@ -2914,8 +2914,6 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2914
let accepted_timeout_claim = witness_items == 3 && htlctype == Some(HTLCType::AcceptedHTLC) && !revocation_sig_claim;
2915
let offered_preimage_claim = witness_items == 3 && htlctype == Some(HTLCType::OfferedHTLC) &&
2916
!revocation_sig_claim && input.witness.second_to_last().unwrap().len() == 32;
2917
-
2918
- #[cfg(not(fuzzing))]
2919
let offered_timeout_claim = witness_items == 5 && htlctype == Some(HTLCType::OfferedHTLC);
2920
2921
let claim_via_htlc_tx = accepted_preimage_claim || offered_timeout_claim;
0 commit comments