Upgrade staking-miner to use jsonrpsee v0.3 (#3466)

This commit is contained in:
Zeke Mostov
2021-07-14 10:30:46 -07:00
committed by GitHub
parent fc253e6e4d
commit ed9208b749
5 changed files with 66 additions and 18 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ macro_rules! any_runtime {
#[derive(Debug, thiserror::Error)]
enum Error {
Io(#[from] std::io::Error),
Jsonrpsee(#[from] jsonrpsee_ws_client::Error),
Jsonrpsee(#[from] jsonrpsee_ws_client::types::Error),
Codec(#[from] codec::Error),
Crypto(sp_core::crypto::SecretStringError),
RemoteExternalities(&'static str),