mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-17 21:34:20 +01:00
funding: fix bug, ensure we exit if too may channels are pending
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user