mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 18:18:16 +02:00
lnwallet: don't flip local/remote leaves
This commit is contained in:
parent
0af8ce4c54
commit
8d5d15904b
@ -961,19 +961,12 @@ func (cb *CommitmentBuilder) createUnsignedCommitmentTx(ourBalance,
|
||||
auxLeaves,
|
||||
)
|
||||
} else {
|
||||
// If we have aux leaves, then we'll actually reverse them for
|
||||
// the commitment of the remote party.
|
||||
remoteAuxLeaves := fn.MapOption(
|
||||
func(leaves CommitAuxLeaves) CommitAuxLeaves {
|
||||
return leaves.ForRemoteCommit()
|
||||
},
|
||||
)(auxLeaves)
|
||||
commitTx, err = CreateCommitTx(
|
||||
cb.chanState.ChanType, fundingTxIn(cb.chanState), keyRing,
|
||||
&cb.chanState.RemoteChanCfg, &cb.chanState.LocalChanCfg,
|
||||
theirBalance.ToSatoshis(), ourBalance.ToSatoshis(),
|
||||
numHTLCs, !cb.chanState.IsInitiator, leaseExpiry,
|
||||
remoteAuxLeaves,
|
||||
auxLeaves,
|
||||
)
|
||||
}
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user