Fix typo
This commit is contained in:
parent
72ae3eabfc
commit
f1ea36126c
@ -257,7 +257,7 @@ class MemPool(util.LoggedClass):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
hex_hashes = self.hash168s[hash168]
|
hex_hashes = self.hash168s[hash168]
|
||||||
raw_txs = self.bp.daemon.getrawtransactions(hex_hashes)
|
raw_txs = self.daemon.getrawtransactions(hex_hashes)
|
||||||
result = []
|
result = []
|
||||||
for hex_hash, raw_tx in zip(hex_hashes, raw_txs):
|
for hex_hash, raw_tx in zip(hex_hashes, raw_txs):
|
||||||
item = self.txs.get(hex_hash)
|
item = self.txs.get(hex_hash)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user