From bdcf2d77104a59d85dd74ede88fb3fb8b76cfda1 Mon Sep 17 00:00:00 2001 From: harisang Date: Mon, 9 Sep 2024 13:55:48 +0300 Subject: [PATCH] disable fee calculations --- src/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon.py b/src/daemon.py index 2c678f8..533115a 100644 --- a/src/daemon.py +++ b/src/daemon.py @@ -13,7 +13,7 @@ def main() -> None: return process_imbalances = True - process_fees = True + process_fees = False process_prices = True web3, db_engine = initialize_connections()