From 737eeedd491bcaf9dbf5c94c6c9076cd8d6bae19 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 13 Sep 2017 01:04:02 +0200 Subject: [PATCH] funding: don't send a funding error in the case of a funding timeout --- fundingmanager.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/fundingmanager.go b/fundingmanager.go index dda6dea1d..bbe9bed6a 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -1097,8 +1097,6 @@ func (f *fundingManager) handleFundingCreated(fmsg *fundingCreatedMsg) { case <-timeoutChan: // We did not see the funding confirmation before // timeout, so we forget the channel. - f.failFundingFlow(fmsg.peerAddress.IdentityKey, - pendingChanID, []byte(err.Error())) deleteFromDatabase() case <-f.quit: // The fundingManager is shutting down, will resume