mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix bug #718
This commit is contained in:
parent
5ed0f2224d
commit
86aba082e1
1 changed files with 1 additions and 1 deletions
|
@ -1599,7 +1599,7 @@ class OldWallet(Deterministic_Wallet):
|
|||
return seed
|
||||
|
||||
def check_password(self, password):
|
||||
seed = pw_decode(self.seed, password)
|
||||
seed = self.get_seed(password)
|
||||
self.accounts[0].check_seed(seed)
|
||||
|
||||
def get_mnemonic(self, password):
|
||||
|
|
Loading…
Add table
Reference in a new issue