Skip to content

Commit

Permalink
Update references/python-api-reference.md
Browse files Browse the repository at this point in the history
- Updates explanation on README of Python SDK

Co-Authored-By: sojinkim-icon <[email protected]>
  • Loading branch information
boyeon555 and sojinkim-icon authored May 28, 2019
1 parent ff21626 commit af41025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/python-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ tx_hash = icon_service.send_transaction(signed_transaction)

It is important to set a proper `step_limit` value in your transaction to make the submitted transaction executed successfully.

`estimate_step` API provides a way to **estimate** the Step usage of a given transaction. Using the method, you can get an estimated Step usage before sending your transaction then make a `SignedTransaction` with the `step_limit` based on the estimation.
`estimate_step` API provides a way to **estimate** the Step usage of a given transaction. Using the method, you can get an estimated Step usage before sending your transaction, then based on the estimation, decide the optimal `step_limit` in your `SignedTransaction`.

### Examples

Expand Down

0 comments on commit af41025

Please sign in to comment.