mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
hacky update jsonrpsee
This commit is contained in:
+6
-8
@@ -31,14 +31,12 @@ use futures::{
|
||||
sink::SinkExt,
|
||||
stream::StreamExt,
|
||||
};
|
||||
use jsonrpsee::{
|
||||
core_client::Client as JsonRpcClient,
|
||||
types::{
|
||||
async_trait,
|
||||
traits::{
|
||||
TransportReceiver,
|
||||
TransportSender,
|
||||
},
|
||||
use jsonrpsee::core::{
|
||||
async_trait,
|
||||
client::Client as JsonRpcClient,
|
||||
traits::{
|
||||
TransportReceiver,
|
||||
TransportSender,
|
||||
},
|
||||
};
|
||||
use sc_network::config::TransportConfig;
|
||||
|
||||
Reference in New Issue
Block a user