mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
chainntnfs/txconfnotifier: add PkScript to ConfNtfn
This commit is contained in:
parent
37c864d6f6
commit
74122e00f5
@ -27,6 +27,10 @@ type ConfNtfn struct {
|
||||
// are requested.
|
||||
TxID *chainhash.Hash
|
||||
|
||||
// PkScript is the public key script of an outpoint created in this
|
||||
// transaction.
|
||||
PkScript []byte
|
||||
|
||||
// NumConfirmations is the number of confirmations after which the
|
||||
// notification is to be sent.
|
||||
NumConfirmations uint32
|
||||
|
Loading…
Reference in New Issue
Block a user