Skip to content
Snippets Groups Projects
Commit 7658eb6b authored by Pierre Krieger's avatar Pierre Krieger Committed by André Silva
Browse files

Fix master (#3242)

parent 0af5aadc
No related merge requests found
......@@ -49,7 +49,7 @@
//! use std::sync::Arc;
//! use substrate_client::{Client, in_mem::Backend, LocalCallExecutor};
//! use primitives::Blake2Hasher;
//! use runtime_primitives::{StorageOverlay, ChildrenStorageOverlay};
//! use sr_primitives::{StorageOverlay, ChildrenStorageOverlay};
//! use executor::NativeExecutor;
//!
//! // In this example, we're using the `Block` and `RuntimeApi` types from the
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment