autopilot/interface: expose NodeID in AttachmentDirective
This commit is contained in:
parent
4599b0eac3
commit
08b6bf54fb
@ -90,6 +90,9 @@ type AttachmentDirective struct {
|
|||||||
// a ChannelOpener implementation to execute the directive.
|
// a ChannelOpener implementation to execute the directive.
|
||||||
PeerKey *btcec.PublicKey
|
PeerKey *btcec.PublicKey
|
||||||
|
|
||||||
|
// NodeID is the serialized compressed pubkey of the target node.
|
||||||
|
NodeID NodeID
|
||||||
|
|
||||||
// ChanAmt is the size of the channel that should be opened, expressed
|
// ChanAmt is the size of the channel that should be opened, expressed
|
||||||
// in satoshis.
|
// in satoshis.
|
||||||
ChanAmt btcutil.Amount
|
ChanAmt btcutil.Amount
|
||||||
|
Loading…
Reference in New Issue
Block a user