From 79b8dd829d07cccf644b96db76a03a6770d7d8ff Mon Sep 17 00:00:00 2001 From: debris Date: Fri, 18 Mar 2016 18:16:22 +0100 Subject: [PATCH] fixed compilation with --release flag --- parity/rpctest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/rpctest.rs b/parity/rpctest.rs index fc4e2983f..4fd31b134 100644 --- a/parity/rpctest.rs +++ b/parity/rpctest.rs @@ -36,7 +36,7 @@ use ethcore::pod_state::PodState; use ethcore::ethereum; use ethcore::client::{BlockChainClient, Client, ClientConfig}; use devtools::RandomTempPath; -use util::io::IoChannel; +use util::IoChannel; use rpc::v1::tests::helpers::{TestSyncProvider, Config as SyncConfig, TestMinerService, TestAccountProvider}; use rpc::v1::{Eth, EthClient}; use util::panics::MayPanic;