Skip to content

Commit

Permalink
incorporate config on sippage into payment script
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Nov 5, 2024
1 parent 146fa65 commit f97df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/payouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def construct_payouts(
]
reward_target_df = pandas.DataFrame(dune.get_vouches())
# construct slippage df
if ignore_slippage_flag:
if ignore_slippage_flag or (not config.buffer_accounting_config.include_slippage):
slippage_df_temp = pandas.merge(
merged_df[["solver"]],
reward_target_df[["solver", "solver_name"]],
Expand Down

0 comments on commit f97df99

Please sign in to comment.