1
0

rename wallet methods

This commit is contained in:
ThomasV
2016-01-10 12:56:15 +01:00
parent 450ab76f78
commit c47e3499ce
4 changed files with 13 additions and 13 deletions

View File

@@ -339,7 +339,7 @@ class TrezorCompatiblePlugin(BasePlugin, ThreadJob):
passphrase = wizard.request_passphrase(self.device, restore=True)
password = wizard.request_password()
wallet.add_seed(seed, password)
wallet.add_cosigner_seed(seed, 'x/', password, passphrase)
wallet.add_xprv_from_seed(seed, 'x/', password, passphrase)
wallet.create_hd_account(password)
return wallet