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