@@ -51,7 +51,7 @@ pub struct SubnetInfov2<T: Config> {
51
51
identity : Option < SubnetIdentity > ,
52
52
}
53
53
54
- #[ freeze_struct( "4ceb81dfe8a8f96d " ) ]
54
+ #[ freeze_struct( "55b472510f10e76a " ) ]
55
55
#[ derive( Decode , Encode , PartialEq , Eq , Clone , Debug ) ]
56
56
pub struct SubnetHyperparams {
57
57
rho : Compact < u16 > ,
@@ -76,7 +76,7 @@ pub struct SubnetHyperparams {
76
76
max_validators : Compact < u16 > ,
77
77
adjustment_alpha : Compact < u64 > ,
78
78
difficulty : Compact < u64 > ,
79
- commit_reveal_periods : Compact < u64 > ,
79
+ commit_reveal_weights_interval : Compact < u64 > ,
80
80
commit_reveal_weights_enabled : bool ,
81
81
alpha_high : Compact < u16 > ,
82
82
alpha_low : Compact < u16 > ,
@@ -280,7 +280,7 @@ impl<T: Config> Pallet<T> {
280
280
max_validators : max_validators. into ( ) ,
281
281
adjustment_alpha : adjustment_alpha. into ( ) ,
282
282
difficulty : difficulty. into ( ) ,
283
- commit_reveal_periods : commit_reveal_periods. into ( ) ,
283
+ commit_reveal_weights_interval : commit_reveal_periods. into ( ) ,
284
284
commit_reveal_weights_enabled,
285
285
alpha_high : alpha_high. into ( ) ,
286
286
alpha_low : alpha_low. into ( ) ,
0 commit comments