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 111611a08b
commit bc6e2e18f1
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):