mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
multi: update packages due to recent SignDescriptor and WalletController changes
This commit is contained in:
@@ -133,13 +133,13 @@ func newChainWatcher(chanState *channeldb.OpenChannel,
|
||||
var stateHint [lnwallet.StateHintSize]byte
|
||||
if chanState.IsInitiator {
|
||||
stateHint = lnwallet.DeriveStateHintObfuscator(
|
||||
chanState.LocalChanCfg.PaymentBasePoint,
|
||||
chanState.RemoteChanCfg.PaymentBasePoint,
|
||||
chanState.LocalChanCfg.PaymentBasePoint.PubKey,
|
||||
chanState.RemoteChanCfg.PaymentBasePoint.PubKey,
|
||||
)
|
||||
} else {
|
||||
stateHint = lnwallet.DeriveStateHintObfuscator(
|
||||
chanState.RemoteChanCfg.PaymentBasePoint,
|
||||
chanState.LocalChanCfg.PaymentBasePoint,
|
||||
chanState.RemoteChanCfg.PaymentBasePoint.PubKey,
|
||||
chanState.LocalChanCfg.PaymentBasePoint.PubKey,
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user