From 00ad71714d1d6a107ea8a89a6d5324d2ea474500 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Maden Date: Tue, 4 Feb 2020 13:42:12 -0800 Subject: [PATCH] [cli] Disable keystore caching while cli is under dev --- pyhmy/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyhmy/cli.py b/pyhmy/cli.py index 898d6f5..cf338e8 100644 --- a/pyhmy/cli.py +++ b/pyhmy/cli.py @@ -90,7 +90,6 @@ def _cache_and_lock_accounts_keystore(fn): return wrap -@_cache_and_lock_accounts_keystore def _get_current_accounts_keystore(): """ Internal function that gets the current keystore from the CLI.