Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 9a2ca80

Browse files
authored
fix error (#1309)
1 parent 63525d4 commit 9a2ca80

File tree

2 files changed

+2
-2
lines changed
  • docs

2 files changed

+2
-2
lines changed

docs/en-us/develop/tool/sdk/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Test net node:
1010

1111
```c#
1212
// TestNet Node
13-
RpcClient client = new RpcClient(new Uri("http://seed1t.neo.org:20332"), null, null, ProtocolSettings.Load("config.json"));
13+
RpcClient client = new RpcClient(new Uri("http://seed1.neo.org:20332"), null, null, ProtocolSettings.Load("config.json"));
1414
```
1515

1616
Local node (the local Neo-CLI that can be connected to main net, test net, or private net according to configuration):

docs/zh-cn/develop/tool/sdk/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```c#
1212
// TestNet Node
13-
RpcClient client = new RpcClient(new Uri("http://seed1t.neo.org:20332"), null, null, ProtocolSettings.Load("config.json"));
13+
RpcClient client = new RpcClient(new Uri("http://seed1.neo.org:20332"), null, null, ProtocolSettings.Load("config.json"));
1414
```
1515

1616
本地节点(本地节点是本地维护的 Neo-CLI,可以根据配置连接主网,测试网或者私链):

0 commit comments

Comments
 (0)