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 68ca4c6 commit a8ff812
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 @@ -544,7 +544,7 @@ BigInteger margin = BigInteger.valueOf(10000);
SignedTransaction signedTransaction = new SignedTransaction(transaction, wallet, estimatedStep.add(margin));
```

You can check the transaction hash value by calling `sendTransaction` from `IconService`.
Calling `sendTransaction` API of `IconService` will return the transaction hash.

```java
Bytes txHash = iconService.sendTransaction(signedTransaction).execute();
Expand Down

0 comments on commit a8ff812

Please sign in to comment.