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

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