funding: fix bug, ensure we exit if too may channels are pending
This commit is contained in:
parent
b5a6098dd5
commit
2d703d458d
@ -458,6 +458,8 @@ func (f *fundingManager) handleFundingRequest(fmsg *fundingRequestMsg) {
|
|||||||
"message to peer: %v", err)
|
"message to peer: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// We'll also reject any requests to create channels until we're fully
|
// We'll also reject any requests to create channels until we're fully
|
||||||
|
Loading…
Reference in New Issue
Block a user