mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-14 12:52:47 +02:00
fixup!
This commit is contained in:
parent
8ace6e9087
commit
de9554dff9
1 changed files with 1 additions and 3 deletions
|
|
@ -844,9 +844,7 @@ class AddressTracker:
|
|||
seen = {e.tx_hash for e in history}
|
||||
for m in mempool_r:
|
||||
if m.tx_hash not in seen:
|
||||
history.append(
|
||||
HistoryEntry(tx_hash=m.tx_hash, height=0, fee=m.fee)
|
||||
)
|
||||
history.append(HistoryEntry(tx_hash=m.tx_hash, height=0, fee=m.fee))
|
||||
await callback(
|
||||
OnchainAddressEvent(
|
||||
address=address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue