From def4fdde17b5b5edbdacc83bb73491c3b1c2ebd5 Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Wed, 22 May 2019 09:39:32 +0900 Subject: [PATCH] Update references/java-sdk.md Co-Authored-By: sojinkim-icon <41354736+sojinkim-icon@users.noreply.github.com> --- references/java-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/java-sdk.md b/references/java-sdk.md index b3f7606..1beb96c 100644 --- a/references/java-sdk.md +++ b/references/java-sdk.md @@ -652,7 +652,7 @@ txHash:0x6b17886de346655d96373f2e0de494cb8d7f36ce9086cb15a57d3dcf24523c8f You can check the result with the returned hash value of your transaction. -In this example, you can check your transaction result in every 2 seconds because of the block confirmation time. +In this example, you check your transaction result in every 2 seconds because the block confirmation time is around 2 seconds. Checking the result is as follows: ```java