Skip to content

Commit

Permalink
disable fee calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 9, 2024
1 parent b356e66 commit bdcf2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bdcf2d7

Please sign in to comment.