From 74122e00f5971992538c7c6de34c5e0cfafb514a Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 28 Sep 2018 16:32:53 -0700 Subject: [PATCH] chainntnfs/txconfnotifier: add PkScript to ConfNtfn --- chainntnfs/txconfnotifier.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chainntnfs/txconfnotifier.go b/chainntnfs/txconfnotifier.go index 511a5971d..2bbec53b3 100644 --- a/chainntnfs/txconfnotifier.go +++ b/chainntnfs/txconfnotifier.go @@ -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