mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-09 20:49:08 +02:00
autopilot/prefattach: set NodeID for selection candidates
This commit is contained in:
parent
08b6bf54fb
commit
c214bea9db
@ -249,7 +249,8 @@ func (p *ConstrainedPrefAttachment) Select(self *btcec.PublicKey, g ChannelGraph
|
||||
X: pub.X,
|
||||
Y: pub.Y,
|
||||
},
|
||||
Addrs: selectedNode.Addrs(),
|
||||
NodeID: NewNodeID(pub),
|
||||
Addrs: selectedNode.Addrs(),
|
||||
})
|
||||
|
||||
// With the node selected, we'll add it to the set of visited
|
||||
|
Loading…
x
Reference in New Issue
Block a user