funding: fix bug, ensure we exit if too may channels are pending

This commit is contained in:
Olaoluwa Osuntokun 2017-02-24 16:19:56 -08:00
parent b5a6098dd5
commit 2d703d458d
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 2 additions and 0 deletions

View File

@ -458,6 +458,8 @@ func (f *fundingManager) handleFundingRequest(fmsg *fundingRequestMsg) {
"message to peer: %v", err)
return
}
return
}
// We'll also reject any requests to create channels until we're fully