lnwallet: remove redundant return
This commit is contained in:
parent
b93140cd3c
commit
e9d7ba635c
@ -1268,7 +1268,6 @@ func (l *LightningWallet) handleSingleContribution(req *addSingleContributionMsg
|
|||||||
chanState.RemoteCurrentRevocation = theirContribution.FirstCommitmentPoint
|
chanState.RemoteCurrentRevocation = theirContribution.FirstCommitmentPoint
|
||||||
|
|
||||||
req.err <- nil
|
req.err <- nil
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// verifyFundingInputs attempts to verify all remote inputs to the funding
|
// verifyFundingInputs attempts to verify all remote inputs to the funding
|
||||||
|
Loading…
Reference in New Issue
Block a user