Bkchr impl macros scope (#774)

* Fixes compilation of sandbox tests

* Make `impl_outer_log!` scope independent
This commit is contained in:
Bastian Köcher
2018-09-20 00:02:29 +02:00
committed by Gav Wood
parent 1e31b8d8ea
commit 3c0da110f3
2 changed files with 23 additions and 25 deletions
-1
View File
@@ -64,7 +64,6 @@ mod checked_block;
use rstd::prelude::*;
use substrate_primitives::u32_trait::{_2, _4};
use codec::{Encode, Decode, Input};
use node_primitives::{AccountId, AccountIndex, Balance, BlockNumber, Hash, Index, SessionKey, Signature, InherentData};
use runtime_primitives::generic;
use runtime_primitives::traits::{Convert, BlakeTwo256, DigestItem};