mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Remove assumption that there is a local bootnode in RPC collator (#2091)
* Remove assumption that there is a local bootnode * Bump zombienet to 1.3.29 * Separate "--"
This commit is contained in:
@@ -179,11 +179,6 @@ impl RelayChainRpcClient {
|
||||
.await
|
||||
}
|
||||
|
||||
/// Get local listen address of the node
|
||||
pub async fn system_local_listen_addresses(&self) -> Result<Vec<String>, RelayChainError> {
|
||||
self.request("system_localListenAddresses", rpc_params![]).await
|
||||
}
|
||||
|
||||
/// Get system health information
|
||||
pub async fn system_health(&self) -> Result<Health, RelayChainError> {
|
||||
self.request("system_health", rpc_params![]).await
|
||||
|
||||
Reference in New Issue
Block a user