mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
chainntnfs/txconfnotifier: add PkScript to ConfNtfn
This commit is contained in:
parent
37c864d6f6
commit
74122e00f5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue