We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd81abe commit e7ef8bfCopy full SHA for e7ef8bf
.github/examples/java/CreateTopicDemo.java
@@ -54,7 +54,7 @@ public static void main(String[] args ) throws Exception {
54
Thread.sleep(6000);
55
56
// query messages using Mirror Node
57
- String mirrorNodeUrl = "https://testnet.mirrornode.hedera.com/api/v1/topics/" + topicId + "/messages";
+ String mirrorNodeUrl = "https://localhost:5551/api/v1/topics/" + topicId + "/messages";
58
59
HttpClient httpClient = HttpClient.newHttpClient( );
60
HttpRequest request = HttpRequest.newBuilder()
0 commit comments