Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Apr 4, 2024
1 parent 32b9184 commit 4238ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/tpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Tpu {
exit.clone(),
rpc_load_balancer.clone(),
staked_nodes.clone(),
staked_nodes_overrides.clone(),
staked_nodes_overrides,
);

// sender tracked as fetch_stage-channel_stats.tpu_sender_len
Expand Down
2 changes: 1 addition & 1 deletion transaction-relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ struct Args {
/// 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>,
staked_nodes_overrides: Option<PathBuf>,
}

#[derive(Debug)]
Expand Down

0 comments on commit 4238ed2

Please sign in to comment.