chainntnfs/txconfnotifier: add PkScript to ConfNtfn
This commit is contained in:
parent
37c864d6f6
commit
74122e00f5
@ -27,6 +27,10 @@ type ConfNtfn struct {
|
|||||||
// are requested.
|
// are requested.
|
||||||
TxID *chainhash.Hash
|
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
|
// NumConfirmations is the number of confirmations after which the
|
||||||
// notification is to be sent.
|
// notification is to be sent.
|
||||||
NumConfirmations uint32
|
NumConfirmations uint32
|
||||||
|
Loading…
Reference in New Issue
Block a user