Skip to content

Commit

Permalink
Merge pull request #57 from cowprotocol/disable_fee_calculations
Browse files Browse the repository at this point in the history
Disable fee calculations
  • Loading branch information
harisang authored Sep 9, 2024
2 parents b356e66 + bdcf2d7 commit 3e9121b
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 3e9121b

Please sign in to comment.