lnwallet: fix failure to exit early in openChannelAfterConfirmations

This commit is contained in:
Olaoluwa Osuntokun 2017-02-21 22:00:56 -08:00
parent 4c4ce93730
commit d759e05a1c
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 0 deletions

View File

@ -1290,6 +1290,7 @@ out:
if err != nil {
res.chanOpenErr <- err
res.chanOpen <- nil
return
}
res.chanOpenErr <- nil