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

View File

@@ -33,9 +33,9 @@ type Config struct {
// storing state updates.
DB DB
// NodePrivKey is private key to be used in accepting new brontide
// connections.
NodePrivKey *btcec.PrivateKey
// NodeKeyECDH is the the ECDH capable wrapper of the key to be used in
// accepting new brontide connections.
NodeKeyECDH *btcec.PrivateKey
// Listeners specifies which address to which clients may connect.
Listeners []net.Listener