update jsonrpc to 12.0 (#10841)

* update jsonrpc to 12.0

* use reexported ws error
This commit is contained in:
Andronik Ordian
2019-07-05 10:24:24 +02:00
committed by Marek Kotewicz
parent de906d4afd
commit 4bb517ec94
31 changed files with 188 additions and 151 deletions

View File

@@ -34,7 +34,6 @@ use ethcore::miner::{stratum, MinerOptions};
use ethcore::snapshot::SnapshotConfiguration;
use ethcore::verification::queue::VerifierSettings;
use miner::pool;
use num_cpus;
use rpc::{IpcConfiguration, HttpConfiguration, WsConfiguration};
use parity_rpc::NetworkSettings;