Fix fast-runtime (#5025)

* fix rococo EpochDuration

* revert

* revert
This commit is contained in:
zjb0807
2022-03-03 21:35:08 +08:00
committed by GitHub
parent d5ddb1a809
commit 5d31bc3541
+1 -1
View File
@@ -294,7 +294,7 @@ parameter_types! {
pub EpochDuration: u64 = prod_or_fast!(
EPOCH_DURATION_IN_SLOTS as u64,
2 * MINUTES as u64,
"KSM_EPOCH_DURATION"
"DOT_EPOCH_DURATION"
);
pub const ExpectedBlockTime: Moment = MILLISECS_PER_BLOCK;
pub ReportLongevity: u64 =