[cli] Disable keystore caching while cli is under dev

pull/2/head
Daniel Van Der Maden 5 years ago
parent 483d655746
commit 00ad71714d
  1. 1
      pyhmy/cli.py

@ -90,7 +90,6 @@ def _cache_and_lock_accounts_keystore(fn):
return wrap return wrap
@_cache_and_lock_accounts_keystore
def _get_current_accounts_keystore(): def _get_current_accounts_keystore():
""" """
Internal function that gets the current keystore from the CLI. Internal function that gets the current keystore from the CLI.

Loading…
Cancel
Save