chainntnfs/txconfnotifier: add PkScript to ConfNtfn

This commit is contained in:
Conner Fromknecht 2018-09-28 16:32:53 -07:00
parent 37c864d6f6
commit 74122e00f5
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -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