mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
updat jsonrpsee (#828)
This commit is contained in:
committed by
Bastian Köcher
parent
d749bc3a96
commit
4cd6d128ea
@@ -102,7 +102,7 @@ impl<C: Chain> Client<C> {
|
||||
params.port,
|
||||
);
|
||||
let mut config = RpcConfig::with_url(&uri);
|
||||
config.max_subscription_capacity = MAX_SUBSCRIPTION_CAPACITY;
|
||||
config.max_notifs_per_subscription = MAX_SUBSCRIPTION_CAPACITY;
|
||||
let client = RpcClient::new(config).await?;
|
||||
Ok(client)
|
||||
}
|
||||
|
||||
@@ -16,11 +16,6 @@
|
||||
|
||||
//! The most generic Substrate node RPC interface.
|
||||
|
||||
// The compiler doesn't think we're using the
|
||||
// code from rpc_api!
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_variables)]
|
||||
|
||||
use crate::chain::Chain;
|
||||
|
||||
use bp_message_lane::{LaneId, MessageNonce};
|
||||
|
||||
Reference in New Issue
Block a user