Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Apr 17, 2024
1 parent 9f243da commit 62e1065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ struct Args {
forward_all: bool,

/// Staked Nodes Overrides Path
/// "Provide path to a yaml file with custom overrides for stakes of specific
/// `Provide path to a yaml file with custom overrides for stakes of specific
/// identities. Overriding the amount of stake this validator considers as valid
/// for other peers in network. The stake amount is used for calculating the
/// number of QUIC streams permitted from the peer and vote packet sender stage.
/// Format of the file: `staked_map_id: {<pubkey>: <SOL stake amount>}"
/// Format of the file: `staked_map_id: {<pubkey>: <SOL stake amount>}`
#[arg(long, env)]
staked_nodes_overrides: Option<PathBuf>,
}
Expand Down

0 comments on commit 62e1065

Please sign in to comment.