1
0

test: test_wizard: add "old" electrum seed tests, and bip39+seed_ext

This commit is contained in:
SomberNight
2025-07-20 23:26:09 +00:00
parent 522810d5bd
commit a3dde40c69
2 changed files with 85 additions and 1 deletions

View File

@@ -289,7 +289,7 @@ class KeystoreWizard(AbstractWizard):
plugin = self.plugins.get_plugin(_type)
return plugin.wizard_entry_for_device(_info, new_wallet=new_wallet)
def validate_seed(self, seed: str, seed_variant: str, wallet_type: str):
def validate_seed(self, seed: str, seed_variant: str, wallet_type: str) -> Tuple[bool, str, str, bool]:
seed_type = ''
seed_valid = False
validation_message = ''