mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-31 12:14:32 +01:00
autopilot/interface: expose NodeID in AttachmentDirective
This commit is contained in:
@@ -90,6 +90,9 @@ type AttachmentDirective struct {
|
||||
// a ChannelOpener implementation to execute the directive.
|
||||
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
|
||||
// in satoshis.
|
||||
ChanAmt btcutil.Amount
|
||||
|
||||
Reference in New Issue
Block a user