This commit is contained in:
ThomasV 2016-03-07 06:16:00 +01:00
parent 1067f10e5e
commit 2599be8fdf
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class TrustedCoinPlugin(BasePlugin):
words = seed.split()
n = len(words)/2
wallet.add_xprv_from_seed(' '.join(words[0:n]), 'x1/', password)
wallet.add_xpv_from_seed(' '.join(words[n:]), 'x2/', password)
wallet.add_xprv_from_seed(' '.join(words[n:]), 'x2/', password)
restore_third_key(wallet)
wallet.create_main_account()