fix mempool notification
This commit is contained in:
parent
a2901e4331
commit
7a9e8c6769
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class MemPool:
|
|||
if not prev_tx_num:
|
||||
continue
|
||||
prev_tx_num = prev_tx_num.tx_num
|
||||
hashX_val = prefix_db.hashX_utxo.get(tx_hash[:4], prev_tx_num, prev_index)
|
||||
hashX_val = prefix_db.hashX_utxo.get(prev_hash[:4], prev_tx_num, prev_index)
|
||||
if not hashX_val:
|
||||
continue
|
||||
hashX = hashX_val.hashX
|
||||
|
|
Loading…
Reference in a new issue