extract out runtime-codec to a separate crate

This commit is contained in:
Robert Habermeier
2018-01-30 18:51:12 +01:00
parent 8e554129ec
commit a68b187f4d
27 changed files with 82 additions and 40 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ impl CodeExecutor for NativeExecutor {
#[cfg(test)]
mod tests {
use super::*;
use native_runtime::codec::KeyedVec;
use native_runtime::support::{TestExternalities, one, two, StaticHexInto};
use codec::KeyedVec;
use native_runtime::support::{one, two, TestExternalities, StaticHexInto};
use native_runtime::runtime::staking::balance;
use primitives::twox_128;