Browse Source

follow-up 2ed71579c39ab7ace9fc108a38394deb769ac98c: remove wrong assert

master
ThomasV 3 years ago
parent
commit
27ce9d88c3
  1. 1
      electrum/address_synchronizer.py

1
electrum/address_synchronizer.py

@ -778,7 +778,6 @@ class AddressSynchronizer(Logger, EventListener):
sent = {}
for tx_hash, height in h:
hh, pos = self.get_txpos(tx_hash)
assert hh == height
d = self.db.get_txo_addr(tx_hash, address)
for n, (v, is_cb) in d.items():
received[tx_hash + ':%d'%n] = (height, pos, v, is_cb)

Loading…
Cancel
Save