kivy: support old-type seed phrases in wizard
This commit is contained in:
@@ -1615,6 +1615,7 @@ class BIP32_Wallet(Deterministic_Wallet):
|
||||
def mnemonic_to_seed(self, seed, password):
|
||||
return Mnemonic.mnemonic_to_seed(seed, password)
|
||||
|
||||
@classmethod
|
||||
def make_seed(self, lang=None):
|
||||
return Mnemonic(lang).make_seed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user