Skip to content

Commit 1cbfc55

Browse files
committed
f - debug_assert
1 parent acc3e08 commit 1cbfc55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10536,8 +10536,7 @@ where
1053610536
err
1053710537
))
1053810538
})?;
10539-
// FIXME: Propagate message
10540-
let _msg = interactive_tx_constructor.take_initiator_first_message();
10539+
debug_assert!(interactive_tx_constructor.take_initiator_first_message().is_none());
1054110540

1054210541
let funding_pubkey = splice_funding.get_holder_pubkeys().funding_pubkey;
1054310542

0 commit comments

Comments
 (0)