From 2c1b54c76c5ecdd2f70cbc2aef4be19a8c3dc3a3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 14 Jan 2019 14:43:36 -0500 Subject: [PATCH] Add note about wallet needing to be unlocked (grin was confused about this) --- lbrynet/extras/daemon/Daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index 5b740c704..61f128de3 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -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=]