diff --git a/jesse/helpers.py b/jesse/helpers.py index a5ea1fa11..b53976d9e 100644 --- a/jesse/helpers.py +++ b/jesse/helpers.py @@ -19,7 +19,6 @@ CACHED_CONFIG = dict() -@lru_cache def app_currency() -> str: from jesse.routes import router if router.routes[0].exchange in exchange_info and 'settlement_currency' in exchange_info[router.routes[0].exchange]: