From 082d81eec659c5818946ecde93dd96c73704a6a7 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Thu, 8 Dec 2016 22:43:27 +0300 Subject: [PATCH] fixed compilation --- rpc/src/v1/impls/raw.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpc/src/v1/impls/raw.rs b/rpc/src/v1/impls/raw.rs index 00561e8d..556e1001 100644 --- a/rpc/src/v1/impls/raw.rs +++ b/rpc/src/v1/impls/raw.rs @@ -55,6 +55,9 @@ impl Raw for RawClient where T: RawClientCoreApi { #[cfg(test)] pub mod tests { use jsonrpc_core::{IoHandler, GenericIoHandler}; + use chain::Transaction; + use primitives::hash::H256 as GlobalH256; + use v1::traits::Raw; use super::*; #[derive(Default)]