mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
getmpk command: return only one key
This commit is contained in:
parent
f5cfa28710
commit
e7d1f59987
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue