cli: always print feature version info with status query

This commit is contained in:
Trent Nelson
2021-11-29 21:19:23 -07:00
committed by Trent Nelson
parent 0fc1c2e1fb
commit 04c0f124c4

View File

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