Add note about wallet needing to be unlocked (grin was confused about this)

This commit is contained in:
Thomas Zarebczan 2019-01-14 14:43:36 -05:00 committed by Lex Berezhny
parent 7314494fb9
commit 2c1b54c76c

View file

@ -1675,7 +1675,7 @@ class Daemon(metaclass=JSONRPCServerType):
@requires(WALLET_COMPONENT, conditions=[WALLET_IS_UNLOCKED])
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:
account_decrypt [<account_id> | --account_id=<account_id>]