funding: return an error if unable to sendFundingLocked
This commit is contained in:
parent
8a7085f8b4
commit
0ba80f5b40
@ -1618,7 +1618,7 @@ func (f *fundingManager) sendFundingLocked(completeChan *channeldb.OpenChannel,
|
||||
case <-connected:
|
||||
// Retry sending.
|
||||
case <-f.quit:
|
||||
return nil
|
||||
return fmt.Errorf("shutting down unable to send")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user