Fix electrum deposit addresses jumping past gap limit.

This commit is contained in:
gerlofvanek
2026-04-28 09:44:17 +02:00
parent 1d80f479c0
commit ff6d1ad0ba
-2
View File
@@ -170,8 +170,6 @@ class WalletManager:
use_cursor = self._swap_client.openDB(cursor) use_cursor = self._swap_client.openDB(cursor)
try: try:
self._syncStateIndices(coin_type, use_cursor)
state = self._swap_client.queryOne( state = self._swap_client.queryOne(
WalletState, use_cursor, {"coin_type": int(coin_type)} WalletState, use_cursor, {"coin_type": int(coin_type)}
) )