From 6040ab6bd35a47a3c8435c37747b8fcf43c4c7eb Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 11 Mar 2024 09:09:53 +0100 Subject: jsonrpc: Handle client connection failures & perform general cleanup --- jsonrpc/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc/src/client.rs') diff --git a/jsonrpc/src/client.rs b/jsonrpc/src/client.rs index 8e413e2..dc36c0d 100644 --- a/jsonrpc/src/client.rs +++ b/jsonrpc/src/client.rs @@ -32,7 +32,7 @@ impl Client { Self { codec, config } } - /// Calls the named method, waits for the response, and returns the result. + /// Calls the provided method, waits for the response, and returns the result. pub async fn call( &self, method: &str, -- cgit v1.2.3