Skip to content

Commit 2be26a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/examples/java/CreateTokenDemo.java

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

6161
// query balance using Mirror Node
62-
String mirrorNodeUrl = "https://testnet.mirrornode.hedera.com/api/v1/accounts/" +
62+
String mirrorNodeUrl = "https://localhost:5551/api/v1/accounts/" +
6363
operatorId + "/tokens?token.id=" + tokenId;
6464

6565
HttpClient httpClient = HttpClient.newHttpClient( );

0 commit comments

Comments
 (0)