@@ -209,7 +209,6 @@ impl Strategy {
209
209
pub fn get_ccv_update_param_permission ( & self ) -> Option < CCVUpdateParamsPermission > {
210
210
match self {
211
211
Strategy :: AllowAll => Some ( CCVUpdateParamsPermission {
212
- // enabled: true,
213
212
blocks_per_distribution_transmission : true ,
214
213
distribution_transmission_channel : true ,
215
214
provider_fee_pool_addr_str : true ,
@@ -387,8 +386,6 @@ pub struct GlobalfeeUpdateParamsPermission {
387
386
#[ derive( Eq ) ]
388
387
#[ serde( rename_all = "snake_case" ) ]
389
388
pub struct CCVUpdateParamsPermission {
390
- // TODO: do we need to manage the param
391
- // pub enabled: bool,
392
389
pub blocks_per_distribution_transmission : bool ,
393
390
pub distribution_transmission_channel : bool ,
394
391
pub provider_fee_pool_addr_str : bool ,
@@ -397,7 +394,8 @@ pub struct CCVUpdateParamsPermission {
397
394
pub consumer_redistribution_fraction : bool ,
398
395
pub historical_entries : bool ,
399
396
pub unbonding_period : bool ,
400
- // !!! DEPRECATED !!! soft_opt_out_threshold is deprecated. see docs/docs/adrs/adr-015-partial-set-security.md
397
+ // !!! DEPRECATED !!! soft_opt_out_threshold is deprecated.
398
+ // see https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-015-partial-set-security.md
401
399
pub soft_opt_out_threshold : bool ,
402
400
pub reward_denoms : bool ,
403
401
pub provider_reward_denoms : bool ,
0 commit comments