fix #1704
This commit is contained in:
@@ -387,7 +387,7 @@ class TrustedCoinPlugin(BasePlugin):
|
|||||||
words = seed.split()
|
words = seed.split()
|
||||||
n = len(words)/2
|
n = len(words)/2
|
||||||
wallet.add_xprv_from_seed(' '.join(words[0:n]), 'x1/', password)
|
wallet.add_xprv_from_seed(' '.join(words[0:n]), 'x1/', password)
|
||||||
wallet.add_xpub_from_seed(' '.join(words[n:]), 'x2/')
|
wallet.add_xpv_from_seed(' '.join(words[n:]), 'x2/', password)
|
||||||
|
|
||||||
restore_third_key(wallet)
|
restore_third_key(wallet)
|
||||||
wallet.create_main_account()
|
wallet.create_main_account()
|
||||||
|
|||||||
Reference in New Issue
Block a user