Skip to content

Commit

Permalink
default to 0 spread
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Nov 10, 2022
1 parent d56b238 commit a9fe737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub struct Arguments {
#[clap(long, env)]
pub cip_14_reward_cap: Option<f64>,

#[clap(long, env, default_value = "0.97")]
#[clap(long, env, default_value = "0")]
pub limit_order_price_factor: f64,
}

Expand Down

0 comments on commit a9fe737

Please sign in to comment.