1
0

create new accounts through wallet.synchronize()

This commit is contained in:
ThomasV
2013-08-29 15:08:03 +02:00
parent 084ed6776b
commit 9d00a072fe
3 changed files with 66 additions and 21 deletions

View File

@@ -160,6 +160,9 @@ class BIP32_Account(Account):
address = public_key_to_bc_address( pubkey.decode('hex') )
return address
def first_address(self):
return self.get_address(0,0)
def get_pubkey(self, for_change, n):
K = self.K
chain = self.c