mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
chainntnfs/multi: replace txid with ConfRequest in txindex matching
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user