Skip to content

Commit

Permalink
Add a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lord-renkse committed Apr 4, 2024
1 parent e024627 commit 9c280e6
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 @@ -209,7 +209,7 @@ pub struct Arguments {

/// List of addresses which are exempt from the protocol
/// fees
#[clap(long, env, use_value_delimiter = true)]
#[clap(long, env, default_value = "vec![]", use_value_delimiter = true)]
pub protocol_fee_exempt_addresses: Vec<H160>,

/// Arguments for uploading information to S3.
Expand Down

0 comments on commit 9c280e6

Please sign in to comment.