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 1ad5293 commit 21e5e36Copy full SHA for 21e5e36
lightning/src/ln/interactivetxs.rs
@@ -880,8 +880,7 @@ impl NegotiationContext {
880
sequence: Sequence(msg.sequence),
881
..Default::default()
882
};
883
- let single_input =
884
- SingleOwnedInput { input: txin, prev_tx: Some(prevtx.clone()), prev_output };
+ let single_input = SingleOwnedInput { input: txin, prev_tx: None, prev_output };
885
(prev_outpoint, InputOwned::Single(single_input))
886
} else {
887
return Err(AbortReason::PrevTxOutInvalid);
0 commit comments