Skip to content

Commit

Permalink
fix(sidecar): restore Copy to Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 10, 2024
1 parent 10a3a4d commit dde211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/config/limits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const DEFAULT_MAX_COMMITTED_GAS: u64 = 10_000_000;
pub const DEFAULT_MIN_PRIORITY_FEE: u128 = 1_000_000_000; // 1 Gwei

/// Limits for the sidecar.
#[derive(Debug, Parser, Clone)]
#[derive(Debug, Parser, Clone, Copy)]
pub struct LimitsOpts {
/// Max number of commitments to accept per block
#[clap(long, env = "BOLT_SIDECAR_MAX_COMMITMENTS",
Expand Down

0 comments on commit dde211e

Please sign in to comment.