fix mempool notification

This commit is contained in:
Jack Robison 2022-02-16 13:30:28 -05:00
parent a2901e4331
commit 7a9e8c6769
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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