File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4291,12 +4291,12 @@ impl<Signer: Sign> Channel<Signer> {
4291
4291
}
4292
4292
}
4293
4293
}
4294
- let announcement_sigs = self . get_announcement_sigs ( node_pk, genesis_block_hash, height) . ok ( ) ;
4295
4294
// If we allow 1-conf funding, we may need to check for funding_locked here and
4296
4295
// send it immediately instead of waiting for a best_block_updated call (which
4297
4296
// may have already happened for this block).
4298
4297
if let Some ( funding_locked) = self . check_get_funding_locked ( height) {
4299
4298
log_info ! ( logger, "Sending a funding_locked to our peer for channel {}" , log_bytes!( self . channel_id) ) ;
4299
+ let announcement_sigs = self . get_announcement_sigs ( node_pk, genesis_block_hash, height) . ok ( ) ;
4300
4300
return Ok ( ( Some ( funding_locked) , announcement_sigs) ) ;
4301
4301
}
4302
4302
}
You can’t perform that action at this time.
0 commit comments