Skip to content

Commit

Permalink
Update references/java-sdk.md
Browse files Browse the repository at this point in the history
Co-Authored-By: sojinkim-icon <[email protected]>
  • Loading branch information
sink772 and sojinkim-icon authored May 22, 2019
1 parent 32eb4bf commit ea0c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/java-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Bytes txHash = iconService.sendTransaction(signedTransaction).execute();
```

Note that the estimation can be smaller or larger than the actual amount of step to be used by the transaction for several reasons,
so it is recommended to add some margin value to the estimation when you set `stepLimit` parameter of `SignedTransaction`.
so it is recommended to add some margin to the estimation when you set the `stepLimit` of the `SignedTransaction`.

### Converter

Expand Down

0 comments on commit ea0c593

Please sign in to comment.