fix tests after merge

This commit is contained in:
Robert Habermeier
2018-02-06 14:44:25 +01:00
parent 2b691cef06
commit de65de4758
13 changed files with 77 additions and 59 deletions
+2
View File
@@ -21,8 +21,10 @@
extern crate polkadot_primitives as primitives;
extern crate polkadot_state_machine as state_machine;
extern crate polkadot_serializer as ser;
extern crate polkadot_runtime_codec as codec;
extern crate polkadot_executor;
extern crate native_runtime;
extern crate ed25519;
extern crate triehash;
extern crate parking_lot;