Skip to content

Commit

Permalink
Update EvmTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
andyYuanFZM committed Aug 10, 2021
1 parent c8a1726 commit fcc90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/cn/chain33/javasdk/model/EvmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class EvmTest {

// 区块链IP
String ip = "124.70.195.38";
String ip = "区块链IP地址";
// 区块链服务端口
int port = 8901;
RpcClient client = new RpcClient(ip, port);
Expand Down

0 comments on commit fcc90f8

Please sign in to comment.