fixed compilation

This commit is contained in:
Svyatoslav Nikolsky 2016-12-11 07:02:45 +03:00
parent 9e380b8ccd
commit 5a7688c3cc
1 changed files with 3 additions and 0 deletions

View File

@ -210,12 +210,15 @@ pub mod tests {
use std::sync::Arc;
use devtools::RandomTempPath;
use jsonrpc_core::{IoHandler, GenericIoHandler};
use jsonrpc_core::Error;
use db::{self, BlockStapler};
use primitives::bytes::Bytes as GlobalBytes;
use primitives::hash::H256 as GlobalH256;
use v1::types::{VerboseBlock, RawBlock};
use v1::traits::BlockChain;
use v1::types::GetTxOutResponse;
use v1::helpers::errors::block_not_found;
use chain::OutPoint;
use test_data;
use super::*;