mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix: getpubkey
This commit is contained in:
parent
f68ecb3e26
commit
9c34f9a1da
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class BIP32_Account(Account):
|
|||
return d
|
||||
|
||||
def get_address(self, for_change, n):
|
||||
pubkey = self.get_pubkey(for_change, n)
|
||||
pubkey = self.get_pubkey(self.xpub, for_change, n)
|
||||
address = public_key_to_bc_address( pubkey.decode('hex') )
|
||||
return address
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue