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 e938971 commit bb322a8Copy full SHA for bb322a8
lightning/src/ln/interactivetxs.rs
@@ -876,8 +876,7 @@ impl NegotiationContext {
876
sequence: Sequence(msg.sequence),
877
..Default::default()
878
};
879
- let single_input =
880
- SingleOwnedInput { input: txin, prev_tx: Some(prevtx.clone()), prev_output };
+ let single_input = SingleOwnedInput { input: txin, prev_tx: None, prev_output };
881
(prev_outpoint, InputOwned::Single(single_input))
882
} else {
883
return Err(AbortReason::PrevTxOutInvalid);
0 commit comments