File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4419,8 +4419,8 @@ impl<Signer: Sign> Channel<Signer> {
4419
4419
txdata : & TransactionData , genesis_block_hash : BlockHash , node_pk : PublicKey , logger : & L )
4420
4420
-> Result < ( Option < msgs:: FundingLocked > , Option < msgs:: AnnouncementSignatures > ) , ClosureReason > where L :: Target : Logger {
4421
4421
let non_shutdown_state = self . channel_state & ( !MULTI_STATE_FLAGS ) ;
4422
- for & ( index_in_block , tx ) in txdata . iter ( ) {
4423
- if let Some ( funding_txo ) = self . get_funding_txo ( ) {
4422
+ if let Some ( funding_txo ) = self . get_funding_txo ( ) {
4423
+ for & ( index_in_block , tx ) in txdata . iter ( ) {
4424
4424
// If we haven't yet sent a funding_locked, but are in FundingSent (ignoring
4425
4425
// whether they've sent a funding_locked or not), check if we should send one.
4426
4426
if non_shutdown_state & !( ChannelState :: TheirFundingLocked as u32 ) == ChannelState :: FundingSent as u32 {
You can’t perform that action at this time.
0 commit comments