Introduce and enforce block time (#232)

* Recompile runtime.

* Introduce and enforce block time
This commit is contained in:
Gav Wood
2018-06-22 19:04:18 +02:00
committed by GitHub
parent 8a346afc43
commit ae3dcac00d
6 changed files with 290 additions and 0 deletions
+1
View File
@@ -221,6 +221,7 @@ 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()