@@ -75,7 +75,7 @@ pub struct SubnetInfov3<T: Config> {
75
75
identity : Option < SubnetIdentityV2 > ,
76
76
}
77
77
78
- #[ freeze_struct( "55b472510f10e76a " ) ]
78
+ #[ freeze_struct( "a2dd2fcd6f4d4ff8 " ) ]
79
79
#[ derive( Decode , Encode , PartialEq , Eq , Clone , Debug ) ]
80
80
pub struct SubnetHyperparams {
81
81
rho : Compact < u16 > ,
@@ -100,7 +100,7 @@ pub struct SubnetHyperparams {
100
100
max_validators : Compact < u16 > ,
101
101
adjustment_alpha : Compact < u64 > ,
102
102
difficulty : Compact < u64 > ,
103
- commit_reveal_weights_interval : Compact < u64 > ,
103
+ commit_reveal_period : Compact < u64 > ,
104
104
commit_reveal_weights_enabled : bool ,
105
105
alpha_high : Compact < u16 > ,
106
106
alpha_low : Compact < u16 > ,
@@ -377,7 +377,7 @@ impl<T: Config> Pallet<T> {
377
377
max_validators : max_validators. into ( ) ,
378
378
adjustment_alpha : adjustment_alpha. into ( ) ,
379
379
difficulty : difficulty. into ( ) ,
380
- commit_reveal_weights_interval : commit_reveal_periods. into ( ) ,
380
+ commit_reveal_period : commit_reveal_periods. into ( ) ,
381
381
commit_reveal_weights_enabled,
382
382
alpha_high : alpha_high. into ( ) ,
383
383
alpha_low : alpha_low. into ( ) ,
0 commit comments