Skip to content

Commit 5f82072

Browse files
committed
f - debug_assert_eq
1 parent b8bbc15 commit 5f82072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9151,6 +9151,7 @@ where
91519151
);
91529152

91539153
let funding = self.pending_funding.get_mut(confirmed_funding_index).unwrap();
9154+
debug_assert_eq!(Some(splice_txid), funding.get_funding_txid());
91549155
promote_splice_funding!(self, funding);
91559156

91569157
return true;

0 commit comments

Comments
 (0)