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 49f682c commit 8ae6460Copy full SHA for 8ae6460
lightning/src/ln/channel.rs
@@ -9868,8 +9868,7 @@ where
9868
let reorg_height = funding.funding_tx_confirmation_height - 1;
9869
9870
let signer_config = None::<(ChainHash, &&dyn NodeSigner, &UserConfig)>;
9871
- let res = self.do_best_block_updated(reorg_height, None, signer_config, logger);
9872
- match res {
+ match self.do_best_block_updated(reorg_height, None, signer_config, logger) {
9873
Ok((channel_ready, timed_out_htlcs, announcement_sigs)) => {
9874
assert!(channel_ready.is_none(), "We can't generate a funding with 0 confirmations?");
9875
assert!(timed_out_htlcs.is_empty(), "We can't have accepted HTLCs with a timeout before our funding confirmation?");
0 commit comments