mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
lnwallet: remove redundant return
This commit is contained in:
parent
b93140cd3c
commit
e9d7ba635c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue