cli: always print feature version info with status query (#21554)

(cherry picked from commit 04c0f124c4)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-12-02 05:12:55 +00:00
committed by GitHub
parent b3904d80e6
commit fe923bc56c

View File

@ -344,7 +344,7 @@ fn feature_activation_allowed(rpc_client: &RpcClient, quiet: bool) -> Result<boo
)
.unwrap_or((false, false));
if !stake_allowed && !rpc_allowed && !quiet {
if !quiet {
if feature_set_stats.get(&my_feature_set).is_none() {
println!(
"{}",