Remove comment

This commit is contained in:
Neil Booth 2018-07-23 17:02:37 +08:00
parent b05cc4e78b
commit 7c01acdbf2

View File

@ -320,7 +320,6 @@ class MemPool(object):
if not mempool_tx or not raw_tx:
continue
tx = deserializer(raw_tx).read_tx()
# FIXME: use all_hashes not self.txs
unconfirmed = any(txin.prev_hash in self.txs
for txin in tx.inputs)
result.append((tx_hash, mempool_tx.fee, unconfirmed))