fix after merge

This commit is contained in:
Svyatoslav Nikolsky 2016-12-13 13:34:42 +03:00
parent 3cc7ec96d1
commit 89290a05a5
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ use verification;
use ser::serialize;
use network::Magic;
use primitives::hash::H256 as GlobalH256;
use network::Magic;
pub struct BlockChainClient<T: BlockChainClientCoreApi> {
core: T,