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 d8acd4a1eb
commit ad392a0ef0
17 changed files with 908 additions and 5 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()