diff --git a/cli/src/feature.rs b/cli/src/feature.rs index 508e7cd241..ab2648317f 100644 --- a/cli/src/feature.rs +++ b/cli/src/feature.rs @@ -242,7 +242,22 @@ fn feature_activation_allowed(rpc_client: &RpcClient, quiet: bool) -> Result= 95%").bold() + ); + } + println!( + "{}", + style(format!("Tool Feture Set: {}", my_feature_set)).bold() + ); + println!("{}", style("Cluster Feature Sets and Stakes:").bold()); for (feature_set, percentage) in active_stake_by_feature_set.iter() { if *feature_set == 0 { println!("unknown - {}%", percentage);