Call a state before block was imported. (#1294)

* Call a state before block was imported.

* Add test to check if it works correctly.
This commit is contained in:
Tomasz Drwięga
2018-12-20 15:28:14 +01:00
committed by Gav Wood
parent 23634b6b95
commit 71343248ca
4 changed files with 103 additions and 30 deletions
+3
View File
@@ -50,6 +50,9 @@ extern crate log;
#[macro_use]
extern crate serde_derive;
#[cfg(test)]
extern crate substrate_test_client;
mod components;
mod error;
mod chain_spec;