X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=blobdiff_plain;f=lib%2Fcommands.py;h=22bccafe2f9f7bc7b22b55ea9047b9b494f9c70b;hp=77b748bcc7b53dd6673c49aa51c98daeac567611;hb=2e1d24939ccb46123974f3338963a65191883981;hpb=b5b5edbee7c84132c2cf77a4cbd649c6d6cad305 diff --git a/lib/commands.py b/lib/commands.py index 77b748b..22bccaf 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -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):