lnd+watchtower: rename NodePrivKey to NodeKeyECDH

This commit is contained in:
Oliver Gugger
2020-04-28 10:06:23 +02:00
parent 7f1b865b53
commit 140731af00
5 changed files with 12 additions and 12 deletions

2
lnd.go
View File

@@ -570,7 +570,7 @@ func Main(cfg *Config, lisCfg ListenerCfg, shutdownChan <-chan struct{}) error {
lnwallet.WitnessPubKey, false,
)
},
NodePrivKey: towerPrivKey,
NodeKeyECDH: towerPrivKey,
PublishTx: activeChainControl.wallet.PublishTransaction,
ChainHash: *activeNetParams.GenesisHash,
}