getmpk command: return only one key
This commit is contained in:
@@ -349,8 +349,8 @@ class Commands:
|
|||||||
|
|
||||||
@command('w')
|
@command('w')
|
||||||
def getmpk(self):
|
def getmpk(self):
|
||||||
"""Get master public key. Return your wallet\'s master public key(s)"""
|
"""Get master public key. Return your wallet\'s master public key"""
|
||||||
return self.wallet.get_master_public_keys()
|
return self.wallet.get_master_public_key()
|
||||||
|
|
||||||
@command('wp')
|
@command('wp')
|
||||||
def getmasterprivate(self):
|
def getmasterprivate(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user