mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
lnd+watchtower: rename NodePrivKey to NodeKeyECDH
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user