propagate trace error to the top

This commit is contained in:
debris
2016-05-18 11:34:15 +02:00
parent dcc695dda5
commit 14b6b389f2
12 changed files with 120 additions and 30 deletions

View File

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