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

@@ -199,7 +199,7 @@ mod tests {
use hash::keccak;
use ethereum_types::H520;
use block::*;
use tests::helpers::*;
use tests::helpers::get_temp_state_db;
use account_provider::AccountProvider;
use header::Header;
use spec::Spec;