mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 10:48:11 +01:00
Fix intermittent DASH addcoin issue.
This commit is contained in:
@@ -2042,7 +2042,7 @@ class BasicSwap(BaseApp):
|
||||
self.setStringKV(db_key, main_address, session)
|
||||
return main_address
|
||||
|
||||
def checkWalletSeed(self, c):
|
||||
def checkWalletSeed(self, c) -> bool:
|
||||
ci = self.ci(c)
|
||||
if c == Coins.PART:
|
||||
ci.setWalletSeedWarning(False) # All keys should be be derived from the Particl mnemonic
|
||||
|
||||
Reference in New Issue
Block a user