mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +01:00
lnwallet: fix failure to exit early in openChannelAfterConfirmations
This commit is contained in:
@@ -1290,6 +1290,7 @@ out:
|
||||
if err != nil {
|
||||
res.chanOpenErr <- err
|
||||
res.chanOpen <- nil
|
||||
return
|
||||
}
|
||||
|
||||
res.chanOpenErr <- nil
|
||||
|
||||
Reference in New Issue
Block a user