From 2d703d458da8d46c4d7d4b78c8b02f53fc4962c8 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 24 Feb 2017 16:19:56 -0800 Subject: [PATCH] funding: fix bug, ensure we exit if too may channels are pending --- fundingmanager.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fundingmanager.go b/fundingmanager.go index 919a0ddb..8acb6bb9 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -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