autopilot/prefattach: set NodeID for selection candidates
This commit is contained in:
parent
08b6bf54fb
commit
c214bea9db
@ -249,6 +249,7 @@ func (p *ConstrainedPrefAttachment) Select(self *btcec.PublicKey, g ChannelGraph
|
||||
X: pub.X,
|
||||
Y: pub.Y,
|
||||
},
|
||||
NodeID: NewNodeID(pub),
|
||||
Addrs: selectedNode.Addrs(),
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user