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
@@ -16,7 +16,7 @@
//! Polkadot blockchain API.
use primitives::block;
use primitives::relay::block;
use client;
use state_machine;
+1 -1
View File
@@ -22,7 +22,7 @@ mod error;
mod tests;
use client::{self, Client};
use primitives::{block};
use primitives::relay::block;
use primitives::contract::{CallData, StorageKey, StorageData};
use state_machine;