mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
fmt
This commit is contained in:
+5
-1
@@ -33,7 +33,11 @@ use futures::{
|
||||
};
|
||||
use jsonrpsee::core::{
|
||||
async_trait,
|
||||
client::{Client as JsonRpcClient, TransportReceiverT, TransportSenderT}
|
||||
client::{
|
||||
Client as JsonRpcClient,
|
||||
TransportReceiverT,
|
||||
TransportSenderT,
|
||||
},
|
||||
};
|
||||
use sc_network::config::TransportConfig;
|
||||
pub use sc_service::{
|
||||
|
||||
Reference in New Issue
Block a user