aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc')
-rw-r--r--jsonrpc/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/jsonrpc/README.md b/jsonrpc/README.md
index 82ab2e9..5c4a81e 100644
--- a/jsonrpc/README.md
+++ b/jsonrpc/README.md
@@ -36,11 +36,9 @@ server.attach_service(HelloWorld{});
// Starts the server
ex.run(server.start());
-
//////////////////
// Client
//////////////////
-
// Creates a new client
let endpoint = "tcp://127.0.0.1:60000".parse().unwrap();
let client = Client::new_with_endpoint(&endpoint, None).await.unwrap();