Skip to content

Commit

Permalink
gr
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantk committed Jun 17, 2024
1 parent 1f24d5c commit 3610cf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/fortuna/src/keeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,6 @@ pub async fn adjust_fee_if_necessary(
let current_keeper_fees = U256::from(provider_info.accrued_fees_in_wei);
let current_pnl = current_keeper_balance + current_keeper_fees;

// FIXME
// Don't adjust the fee on chains that are inactive. This check avoids spending keeper gas on chains
// where there's no activity.
let is_chain_active: bool = match last_sequence_number {
Expand Down

0 comments on commit 3610cf2

Please sign in to comment.