Fix compiler warning (#6491)

This commit is contained in:
ivegotasthma 2017-09-12 09:16:39 +02:00 committed by Tomasz Drwięga
parent 8fda8e2071
commit e9abcb2f6d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use util::kvdb::*;
// other // other
use bigint::prelude::U256; use bigint::prelude::U256;
use bigint::hash::{H256, H2048}; use bigint::hash::H256;
use basic_types::Seal; use basic_types::Seal;
use block::*; use block::*;
use blockchain::{BlockChain, BlockProvider, TreeRoute, ImportRoute}; use blockchain::{BlockChain, BlockProvider, TreeRoute, ImportRoute};