1
0

follow-up 2ed71579c3: remove wrong assert

This commit is contained in:
ThomasV
2023-03-04 09:04:50 +01:00
parent 2ed71579c3
commit 27ce9d88c3

View File

@@ -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)