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,
|
X: pub.X,
|
||||||
Y: pub.Y,
|
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
|
// With the node selected, we'll add it to the set of visited
|
||||||
|
Loading…
Reference in New Issue
Block a user