forked from LBRYCommunity/lbry-sdk
fix txi.txo_ref
This commit is contained in:
parent
6a610187e0
commit
4cbf4230e8
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ class Ledger(metaclass=LedgerRegistry):
|
||||||
if wanted_txid not in remote_history:
|
if wanted_txid not in remote_history:
|
||||||
continue
|
continue
|
||||||
if wanted_txid in pending_txs:
|
if wanted_txid in pending_txs:
|
||||||
tx = pending_txs[wanted_txid]
|
txi.txo_ref = pending_txs[wanted_txid].outputs[txi.txo_ref.position].ref
|
||||||
else:
|
else:
|
||||||
check_db_for_txos[txi] = txi.txo_ref.id
|
check_db_for_txos[txi] = txi.txo_ref.id
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue