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

This reverts commit ef760fba32.
This commit is contained in:
Tyera Eulberg
2021-12-16 13:56:48 -07:00
committed by Tyera Eulberg
parent 33c28da055
commit 50d62bdd13

View File

@ -381,7 +381,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!(
"{}",