From 963eaef71ad5c85abb4b4514d789ca3d7bac4fe8 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 26 Feb 2021 02:32:10 +0100 Subject: [PATCH] Fix no need keystore --- jaklis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaklis.py b/jaklis.py index 2561599..ad91964 100755 --- a/jaklis.py +++ b/jaklis.py @@ -133,7 +133,7 @@ try: except: profile = False -if cmd in ('history','balance','get') and (pubkey or profile): +if cmd in ('history','balance','get','id') and (pubkey or profile): noNeedDunikey = True keyPath = False try: