Fix RPC compilation warnings.

This commit is contained in:
Tomasz Drwięga 2017-10-17 15:41:32 +02:00
parent 86c2633280
commit 1d9542fe88
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ use parking_lot::Mutex;
use ethcore::account_provider::AccountProvider;
use jsonrpc_core::Error;
use jsonrpc_core::futures::{future, BoxFuture, Future, Poll, Async};
use jsonrpc_core::{BoxFuture, Error};
use jsonrpc_core::futures::{future, Future, Poll, Async};
use jsonrpc_core::futures::future::Either;
use v1::helpers::{
errors, DefaultAccount, SignerService, SigningQueue,