1
0

getpubkeys command

This commit is contained in:
ThomasV
2013-10-03 13:31:59 +02:00
parent 2f66cdf908
commit 6f2471b69b
4 changed files with 29 additions and 20 deletions

View File

@@ -555,10 +555,6 @@ class Wallet:
return '&'.join(dd)
def get_public_key(self, address):
account, sequence = self.get_address_index(address)
return self.accounts[account].get_pubkey( *sequence )
def decode_seed(self, password):
seed = pw_decode(self.seed, password)