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:
Marek Kotewicz
2019-07-10 10:55:37 +02:00
committed by Andronik Ordian
parent f53c3e582c
commit 34cdeac2a6
17 changed files with 67 additions and 43 deletions

View File

@@ -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::{