Reverted change to TrezorWallet.address_id()

This commit is contained in:
Chris Rico 2014-08-28 10:38:56 -05:00
parent 49c2ba5b12
commit 4f82fce81d
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class TrezorWallet(NewWallet):
def address_id(self, address):
account_id, (change, address_index) = self.get_address_index(address)
return "%s/%d/%d" % (account_id, change, address_index)
return "44'/0'/%s'/%d/%d" % (account_id, change, address_index)
def create_main_account(self, password):
self.create_account('Main account', None) #name, empty password