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 b56dde5 commit cff03dfCopy full SHA for cff03df
lightning/src/chain/onchaintx.rs
@@ -711,9 +711,7 @@ impl<ChannelSigner: Sign> OnchainTxHandler<ChannelSigner> {
711
// outpoints to know if transaction is the original claim or a bumped one issued
712
// by us.
713
let mut set_equality = true;
714
- if !request.requires_external_funding() ||
715
- (request.requires_external_funding() && !request.is_malleable())
716
- {
+ if !request.requires_external_funding() || !request.is_malleable() {
717
// If the claim does not require external funds to be allocated through
718
// additional inputs we can simply check the inputs in order as they
719
// cannot change under us.
0 commit comments