mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-29 11:12:12 +02:00
Fix electrum deposit addresses jumping past gap limit.
This commit is contained in:
@@ -170,8 +170,6 @@ class WalletManager:
|
||||
|
||||
use_cursor = self._swap_client.openDB(cursor)
|
||||
try:
|
||||
self._syncStateIndices(coin_type, use_cursor)
|
||||
|
||||
state = self._swap_client.queryOne(
|
||||
WalletState, use_cursor, {"coin_type": int(coin_type)}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user