fixed strange compilation issues

This commit is contained in:
Svyatoslav Nikolsky 2016-12-10 21:55:24 +03:00
parent de3786a301
commit 8185a2f7c7
2 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,7 @@ pub mod tests {
use primitives::bytes::Bytes as GlobalBytes;
use primitives::hash::H256 as GlobalH256;
use v1::types::{VerboseBlock, RawBlock};
use v1::traits::BlockChain;
use test_data;
use super::*;

View File

@ -69,6 +69,7 @@ impl Serialize for GetBlockResponse {
mod tests {
use super::super::bytes::Bytes;
use super::super::hash::H256;
use super::super::uint::U256;
use serde_json;
use super::*;