combine relay chain primitives into one module

This commit is contained in:
Robert Habermeier
2018-02-06 18:30:21 +01:00
parent 6672cf5196
commit 8bae8510f6
28 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
use state_machine;
use error;
use primitives::block;
use primitives::relay::block;
use blockchain::{self, BlockId};
/// Block insertion transction. Keeps hold if the inseted block state and data.