chainntnfs: include transaction in confirmation details

This commit is contained in:
Wilmer Paulino
2018-12-10 18:24:04 -08:00
parent 5ab30cf7ea
commit 50650d054e
6 changed files with 83 additions and 31 deletions

View File

@@ -150,6 +150,9 @@ type TxConfirmation struct {
// TxIndex is the index within the block of the ultimate confirmed
// transaction.
TxIndex uint32
// Tx is the transaction for which the notification was requested for.
Tx *wire.MsgTx
}
// ConfirmationEvent encapsulates a confirmation notification. With this struct,