Commit 94bb1d1 1 parent 2b86199 commit 94bb1d1 Copy full SHA for 94bb1d1
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pub mod governance {
132
132
#[ cfg( feature = "fast-gov" ) ]
133
133
pub const ENACTMENT_PERIOD : BlockNumber = 8 * MINUTES ;
134
134
#[ cfg( not( feature = "fast-gov" ) ) ]
135
- pub const ENACTMENT_PERIOD : BlockNumber = 8 * DAYS ;
135
+ pub const ENACTMENT_PERIOD : BlockNumber = DAYS ;
136
136
137
137
#[ cfg( feature = "fast-gov" ) ]
138
138
pub const COOLOFF_PERIOD : BlockNumber = 7 * MINUTES ;
@@ -149,11 +149,6 @@ pub mod governance {
149
149
#[ cfg( not( feature = "fast-gov" ) ) ]
150
150
pub const ROTATION_PERIOD : BlockNumber = 80 * HOURS ;
151
151
152
- #[ cfg( feature = "fast-gov" ) ]
153
- pub const CHALLENGE_PERIOD : BlockNumber = 7 * MINUTES ;
154
- #[ cfg( not( feature = "fast-gov" ) ) ]
155
- pub const CHALLENGE_PERIOD : BlockNumber = 7 * DAYS ;
156
-
157
152
#[ cfg( feature = "fast-gov" ) ]
158
153
pub const TERM_DURATION : BlockNumber = 15 * MINUTES ;
159
154
#[ cfg( not( feature = "fast-gov" ) ) ]
You can’t perform that action at this time.
0 commit comments