mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 15:45:41 +00:00
Upgrade staking-miner to use jsonrpsee v0.3 (#3466)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user