Fix master (#3242)

This commit is contained in:
Pierre Krieger
2019-07-29 20:43:03 +02:00
committed by André Silva
parent 0af5aadc5a
commit 7658eb6b88
+1 -1
View File
@@ -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