aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/README.md
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-11-19 22:52:19 +0300
committerhozan23 <hozan23@proton.me>2023-11-19 22:52:19 +0300
commitb38ee1118b68101cf960a41e038c06f267f7df13 (patch)
tree01c4fcf6e846b0d9332a2f5f0d53f990694b2e03 /jsonrpc/README.md
parent4d51e3211740764764a6423f8ead4944e1790341 (diff)
karyons p2p: add README.md
Diffstat (limited to 'jsonrpc/README.md')
-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();