Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix compiler warning (#8590)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored and ascjones committed May 14, 2018
1 parent b4a691a commit 52f8247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/sync/src/light_sync/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

//! Helpers for decoding and verifying responses for headers.

use ethcore::{self, encoded, header::Header};
use ethcore::{encoded, header::Header};
use ethereum_types::H256;
use light::request::{HashOrNumber, CompleteHeadersRequest as HeadersRequest};
use rlp::DecoderError;
Expand Down

0 comments on commit 52f8247

Please sign in to comment.