ethcore test::helpers cleanup (#8086)

This commit is contained in:
Marek Kotewicz
2018-03-12 18:05:52 +01:00
committed by GitHub
parent 58a1671076
commit 373fdb65e9
22 changed files with 115 additions and 94 deletions

View File

@@ -25,7 +25,7 @@ use vm::{
CreateContractAddress, ReturnData,
};
use externalities::*;
use tests::helpers::*;
use tests::helpers::get_temp_state;
use ethjson;
use trace::{Tracer, NoopTracer};
use trace::{VMTracer, NoopVMTracer};