1
0

hex encode the output of account.get_pubkey()

This commit is contained in:
ThomasV
2013-08-07 20:04:43 +02:00
parent b08f1a2a7b
commit 1ff2f1b308
2 changed files with 6 additions and 6 deletions

View File

@@ -294,7 +294,7 @@ class Wallet:
def get_public_key(self, address):
account, sequence = self.get_address_index(address)
return self.accounts[account].get_pubkey( sequence )
return self.accounts[account].get_pubkey( *sequence )
def decode_seed(self, password):