forked from LBRYCommunity/lbry-sdk
Add note about wallet needing to be unlocked (grin was confused about this)
This commit is contained in:
parent
7314494fb9
commit
2c1b54c76c
1 changed files with 1 additions and 1 deletions
|
@ -1675,7 +1675,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
||||||
@requires(WALLET_COMPONENT, conditions=[WALLET_IS_UNLOCKED])
|
@requires(WALLET_COMPONENT, conditions=[WALLET_IS_UNLOCKED])
|
||||||
def jsonrpc_account_decrypt(self, account_id=None):
|
def jsonrpc_account_decrypt(self, account_id=None):
|
||||||
"""
|
"""
|
||||||
Decrypt an encrypted account, this will remove the wallet password
|
Decrypt an encrypted account, this will remove the wallet password. The account must be unlocked to decrypt it
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
account_decrypt [<account_id> | --account_id=<account_id>]
|
account_decrypt [<account_id> | --account_id=<account_id>]
|
||||||
|
|
Loading…
Reference in a new issue