From e9d7ba635c9d8d6425f13fc9c799f0459540e5b9 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Thu, 9 Apr 2020 20:29:57 +0200 Subject: [PATCH] lnwallet: remove redundant return --- lnwallet/wallet.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lnwallet/wallet.go b/lnwallet/wallet.go index 3349d29ec..2b41aedc7 100644 --- a/lnwallet/wallet.go +++ b/lnwallet/wallet.go @@ -1268,7 +1268,6 @@ func (l *LightningWallet) handleSingleContribution(req *addSingleContributionMsg chanState.RemoteCurrentRevocation = theirContribution.FirstCommitmentPoint req.err <- nil - return } // verifyFundingInputs attempts to verify all remote inputs to the funding