mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Fix checkWalletSeed
This commit is contained in:
@@ -1660,7 +1660,7 @@ class BasicSwap(BaseApp):
|
|||||||
if expect_seedid is None:
|
if expect_seedid is None:
|
||||||
self.log.warning('Can\'t find expected wallet seed id for coin {}'.format(ci.coin_name()))
|
self.log.warning('Can\'t find expected wallet seed id for coin {}'.format(ci.coin_name()))
|
||||||
return False
|
return False
|
||||||
if len(ci.rpc_callback('listwallets')) < 1:
|
if c == Coins.BTC and len(ci.rpc_callback('listwallets')) < 1:
|
||||||
self.log.warning('Missing wallet for coin {}'.format(ci.coin_name()))
|
self.log.warning('Missing wallet for coin {}'.format(ci.coin_name()))
|
||||||
return False
|
return False
|
||||||
if ci.checkExpectedSeed(expect_seedid):
|
if ci.checkExpectedSeed(expect_seedid):
|
||||||
|
|||||||
Reference in New Issue
Block a user