From: ThomasV Date: Sun, 22 Jun 2014 06:06:37 +0000 (+0200) Subject: getmpk: return list of accounts X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=b28a0bcdd4d6489001b72c177c6b8204a7d6c9a6 getmpk: return list of accounts --- diff --git a/lib/commands.py b/lib/commands.py index 6cf2b0a..95b72e1 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -250,7 +250,7 @@ class Commands: return electrum.ELECTRUM_VERSION def getmpk(self): - return self.wallet.get_master_public_key() + return self.wallet.get_master_public_keys() def getseed(self): mnemonic = self.wallet.get_mnemonic(self.password)