From b28a0bcdd4d6489001b72c177c6b8204a7d6c9a6 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 22 Jun 2014 08:06:37 +0200 Subject: [PATCH] getmpk: return list of accounts --- lib/commands.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1