Revert "Revert "cli: always print feature version info with status query (#21554)""
This reverts commit ef760fba32
.
This commit is contained in:
committed by
Tyera Eulberg
parent
33c28da055
commit
50d62bdd13
@ -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!(
|
||||
"{}",
|
||||
|
Reference in New Issue
Block a user