Skip to content

Commit

Permalink
fix(cli): typo in console helper rpc output
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Feb 7, 2024
1 parent 0eb5130 commit e655254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ash_cli/src/console/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fn rpc_helper(
let blockchain: AvalancheBlockchain = serde_json::from_value(blockchain_value.clone())
.map_err(|e| CliError::dataerr(format!("Error parsing blockchain info: {e}")))?;
println!(
"{} RCP endpoint:\n {}",
"{} RPC endpoint:\n {}",
type_colorize(&blockchain.name),
type_colorize(&format!(
"http://{}:9650/ext/bc/{}/rpc",
Expand Down

0 comments on commit e655254

Please sign in to comment.