Skip to content

Commit e7ef8bf

Browse files
authored
Update CreateTopicDemo.java
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
1 parent fd81abe commit e7ef8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/examples/java/CreateTopicDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args ) throws Exception {
5454
Thread.sleep(6000);
5555

5656
// query messages using Mirror Node
57-
String mirrorNodeUrl = "https://testnet.mirrornode.hedera.com/api/v1/topics/" + topicId + "/messages";
57+
String mirrorNodeUrl = "https://localhost:5551/api/v1/topics/" + topicId + "/messages";
5858

5959
HttpClient httpClient = HttpClient.newHttpClient( );
6060
HttpRequest request = HttpRequest.newBuilder()

0 commit comments

Comments
 (0)