From e8991e6d52bd4bd11aade31e10046059888b02e6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 22 Apr 2019 14:06:21 -0400 Subject: [PATCH] improve account locking/unlocing CLI docs --- lbrynet/extras/daemon/Daemon.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lbrynet/extras/daemon/Daemon.py b/lbrynet/extras/daemon/Daemon.py index 55feba7f5..c9e050936 100644 --- a/lbrynet/extras/daemon/Daemon.py +++ b/lbrynet/extras/daemon/Daemon.py @@ -1097,7 +1097,9 @@ class Daemon(metaclass=JSONRPCServerType): account_unlock ( | --password=) [ | --account_id=] Options: - --account_id= : (str) id for the account to unlock + --password= : (str) password to use for unlocking + --account_id= : (str) id for the account to unlock, unlocks default account + if not provided Returns: (bool) true if account is unlocked, otherwise false @@ -1151,7 +1153,9 @@ class Daemon(metaclass=JSONRPCServerType): [ | --account_id=] Options: - --account_id= : (str) id for the account to encrypt + --new_password= : (str) password to encrypt account + --account_id= : (str) id for the account to encrypt, encrypts + default account if not provided Returns: (bool) true if wallet is decrypted, otherwise false