Remove comment
This commit is contained in:
parent
b05cc4e78b
commit
7c01acdbf2
@ -320,7 +320,6 @@ class MemPool(object):
|
|||||||
if not mempool_tx or not raw_tx:
|
if not mempool_tx or not raw_tx:
|
||||||
continue
|
continue
|
||||||
tx = deserializer(raw_tx).read_tx()
|
tx = deserializer(raw_tx).read_tx()
|
||||||
# FIXME: use all_hashes not self.txs
|
|
||||||
unconfirmed = any(txin.prev_hash in self.txs
|
unconfirmed = any(txin.prev_hash in self.txs
|
||||||
for txin in tx.inputs)
|
for txin in tx.inputs)
|
||||||
result.append((tx_hash, mempool_tx.fee, unconfirmed))
|
result.append((tx_hash, mempool_tx.fee, unconfirmed))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user