From 68ca4c6c609af29c828b82789ba0f49b5d724044 Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Wed, 22 May 2019 09:38:33 +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 e8c638b..4f554cf 100644 --- a/references/java-sdk.md +++ b/references/java-sdk.md @@ -533,7 +533,7 @@ Get an estimated Step value using `estimateStep` API of `IconService`. BigInteger estimatedStep = iconService.estimateStep(transaction).execute(); ``` -Generate a `SignedTransaction` with the same raw transaction and the estimated step. +Generate a `SignedTransaction` with the same raw transaction and the estimated Step. Note that the estimation can be smaller or larger than the actual amount of step to be used by the transaction. So we need to add some margin value to the estimation when you set `stepLimit` parameter of `SignedTransaction`.