We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc3e08 commit 1cbfc55Copy full SHA for 1cbfc55
1 file changed
lightning/src/ln/channel.rs
@@ -10536,8 +10536,7 @@ where
10536
err
10537
))
10538
})?;
10539
- // FIXME: Propagate message
10540
- let _msg = interactive_tx_constructor.take_initiator_first_message();
+ debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
10541
10542
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
10543
0 commit comments