Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 9, 2024
1 parent 561b414 commit 66eb1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls_validation_service/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub(crate) struct Args {
#[arg(long, default_value_t = 50052)]
pub(crate) health_check_port: u32,

// A json formatted chain rpc urls in the same format as chain_urls_default.json in the codebase.
// A path to a json file in the same format as chain_urls_default.json in the codebase.
#[arg(long)]
pub(crate) chain_urls: Option<String>,
}

0 comments on commit 66eb1b7

Please sign in to comment.