fixup!
This commit is contained in:
@@ -844,9 +844,7 @@ class AddressTracker:
|
|||||||
seen = {e.tx_hash for e in history}
|
seen = {e.tx_hash for e in history}
|
||||||
for m in mempool_r:
|
for m in mempool_r:
|
||||||
if m.tx_hash not in seen:
|
if m.tx_hash not in seen:
|
||||||
history.append(
|
history.append(HistoryEntry(tx_hash=m.tx_hash, height=0, fee=m.fee))
|
||||||
HistoryEntry(tx_hash=m.tx_hash, height=0, fee=m.fee)
|
|
||||||
)
|
|
||||||
await callback(
|
await callback(
|
||||||
OnchainAddressEvent(
|
OnchainAddressEvent(
|
||||||
address=address,
|
address=address,
|
||||||
|
|||||||
Reference in New Issue
Block a user