chainntnfs/multi: replace txid with ConfRequest in txindex matching

This commit is contained in:
Conner Fromknecht
2019-06-27 19:10:34 -07:00
parent 922a980bd7
commit e10d4e9047
3 changed files with 8 additions and 7 deletions

View File

@@ -479,7 +479,7 @@ func (b *BtcdNotifier) historicalConfDetails(confRequest chainntnfs.ConfRequest,
// txindex.
txNotFoundErr := "No information available about transaction"
txConf, txStatus, err := chainntnfs.ConfDetailsFromTxIndex(
b.chainConn, &confRequest.TxID, txNotFoundErr,
b.chainConn, confRequest, txNotFoundErr,
)
// We'll then check the status of the transaction lookup returned to