This commit is contained in:
Niklas
2022-01-04 17:52:49 +01:00
parent 937e9a6481
commit 1551e70ec7
+5 -1
View File
@@ -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::{