Fixed ethcore-rpc compilation errors.

This commit is contained in:
debris 2016-05-19 15:48:40 +02:00
parent 95365670e4
commit 5ec096d57e
1 changed files with 1 additions and 1 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::{BlockChainClient, BlockId, TransactionId, UncleId};
use ethcore::client::{BlockChainClient, BlockID, TransactionID, UncleID};
use ethcore::block::IsBlock;
use ethcore::views::*;
use ethcore::ethereum::Ethash;