Move the substate module into ethcore/executive (#10867)
* substate is not a part of account-state * fn cleanup_mode is a part of executive.rs * test_cleanup_mode
This commit is contained in:
committed by
Andronik Ordian
parent
f53c3e582c
commit
34cdeac2a6
@@ -17,7 +17,8 @@
|
||||
use std::path::Path;
|
||||
use std::sync::Arc;
|
||||
use super::test_common::*;
|
||||
use account_state::{Backend as StateBackend, State, Substate};
|
||||
use account_state::{Backend as StateBackend, State};
|
||||
use substate::Substate;
|
||||
use executive::*;
|
||||
use evm::{VMType, Finalize};
|
||||
use vm::{
|
||||
|
||||
Reference in New Issue
Block a user