Ethcore crate split part 1 (#6041)
* split out types into separate crate * split out evm into its own crate
This commit is contained in:
committed by
Gav Wood
parent
24c8510932
commit
d365281cce
@@ -26,9 +26,8 @@
|
||||
use std::collections::{BTreeMap, HashMap};
|
||||
use std::collections::hash_map::Entry;
|
||||
|
||||
use ethcore::error::TransactionError;
|
||||
use ethcore::error::{TransactionError, TransactionImportResult};
|
||||
use ethcore::transaction::{Condition, PendingTransaction, SignedTransaction};
|
||||
use ethcore::transaction_import::TransactionImportResult;
|
||||
use util::{Address, U256, H256, H256FastMap};
|
||||
|
||||
// Knowledge of an account's current nonce.
|
||||
|
||||
Reference in New Issue
Block a user