Update wasm.

This commit is contained in:
Gav
2018-03-14 12:44:15 +01:00
parent 0744e5a9a3
commit 75002884fe
8 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
//! Strongly typed API for Polkadot based around the locally-compiled native
//! runtime.
extern crate polkadot_executor as polkadot_executor;
extern crate polkadot_executor;
extern crate polkadot_runtime;
extern crate polkadot_primitives as primitives;
extern crate substrate_client as client;
@@ -322,7 +322,6 @@ pub mod unhashed {
#[cfg(test)]
mod tests {
use super::*;
use primitives::hexdisplay;
use runtime_io::{twox_128, TestExternalities, with_externalities};
#[test]