getmpk: return list of accounts
authorThomasV <thomasv@gitorious>
Sun, 22 Jun 2014 06:06:37 +0000 (08:06 +0200)
committerThomasV <thomasv@gitorious>
Sun, 22 Jun 2014 06:06:37 +0000 (08:06 +0200)
lib/commands.py

index 6cf2b0a..95b72e1 100644 (file)
@@ -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)