Revert "Introduce and enforce block time (#232)" (#233)

This reverts commit ad392a0ef0.
This commit is contained in:
Gav Wood
2018-06-22 19:04:50 +02:00
committed by GitHub
parent ad392a0ef0
commit cd4a1e2211
17 changed files with 5 additions and 908 deletions
-1
View File
@@ -221,7 +221,6 @@ mod tests {
democracy: Some(Default::default()),
parachains: Some(Default::default()),
staking: Some(Default::default()),
timestamp: Some(Default::default()),
};
::client::new_in_mem(LocalDispatch::new(), genesis_config.build_storage()).unwrap()