style: Fix the typos

This commit is contained in:
HowJMay
2021-02-13 15:07:04 +08:00
committed by Trent Nelson
parent a8d4d746ce
commit 9c7b3dc1b5
5 changed files with 8 additions and 8 deletions

View File

@@ -283,7 +283,7 @@ fn feature_activation_allowed(rpc_client: &RpcClient, quiet: bool) -> Result<boo
}
println!(
"{}",
style(format!("Tool Feture Set: {}", my_feature_set)).bold()
style(format!("Tool Feature Set: {}", my_feature_set)).bold()
);
println!("{}", style("Cluster Feature Sets and Stakes:").bold());
for (feature_set, percentage) in active_stake_by_feature_set.iter() {