tgetmpk command: return only one key - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e7d1f59987149f378d26267e981ebd442e7038ec
DIR parent f5cfa28710ccb661b61d80f40d94ad8ba6d25b9b
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sat, 11 Jun 2016 16:10:45 +0200
getmpk command: return only one key
Diffstat:
M lib/commands.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/lib/commands.py b/lib/commands.py
t@@ -349,8 +349,8 @@ class Commands:
@command('w')
def getmpk(self):
- """Get master public key. Return your wallet\'s master public key(s)"""
- return self.wallet.get_master_public_keys()
+ """Get master public key. Return your wallet\'s master public key"""
+ return self.wallet.get_master_public_key()
@command('wp')
def getmasterprivate(self):