mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-24 20:05:46 +02: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