mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
lnwallet: remove redundant return
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user