We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ef8bf commit 2be26a9Copy full SHA for 2be26a9
.github/examples/java/CreateTokenDemo.java
@@ -59,7 +59,7 @@ public static void main(String[] args ) throws Exception {
59
Thread.sleep(3000);
60
61
// query balance using Mirror Node
62
- String mirrorNodeUrl = "https://testnet.mirrornode.hedera.com/api/v1/accounts/" +
+ String mirrorNodeUrl = "https://localhost:5551/api/v1/accounts/" +
63
operatorId + "/tokens?token.id=" + tokenId;
64
65
HttpClient httpClient = HttpClient.newHttpClient( );
0 commit comments