1
0

kivy: support old-type seed phrases in wizard

This commit is contained in:
ThomasV
2016-03-01 20:23:30 +01:00
parent 384c7cacd7
commit d58ec9a570
3 changed files with 14 additions and 9 deletions

View File

@@ -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()