Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Apr 3, 2024
1 parent 88f0fe5 commit c56a95b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,12 @@ struct Args {
#[arg(long, env, default_value_t = false)]
disable_mempool: bool,

/// Staked Nodes Overrides
/// Staked Nodes Overrides Path
/// "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>}"
#[arg(long, env)]
staked_nodes_overrides: Option<String>,
}
Expand Down

0 comments on commit c56a95b

Please sign in to comment.