Merge pull request #1098 from ethcore/trace_err

pretty print trace error
This commit is contained in:
Marek Kotewicz
2016-05-19 18:00:39 +02:00
15 changed files with 117 additions and 32 deletions

View File

@@ -28,7 +28,7 @@ use util::numbers::*;
use util::sha3::*;
use util::bytes::{ToPretty};
use util::rlp::{encode, decode, UntrustedRlp, View};
use ethcore::client::*;
use ethcore::client::{BlockChainClient, BlockID, TransactionID, UncleID};
use ethcore::block::IsBlock;
use ethcore::views::*;
use ethcore::ethereum::Ethash;