1
0

rm duplicate method getpubkey

This commit is contained in:
ThomasV
2014-07-06 22:24:09 +02:00
parent b5b5edbee7
commit 2e1d24939c
3 changed files with 2 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ class Commands:
def getpubkeys(self, addr):
out = { 'address':addr }
out['pubkeys'] = self.wallet.getpubkeys(addr)
out['pubkeys'] = self.wallet.get_public_keys(addr)
return out
def getbalance(self, account= None):