Skip to content

Commit

Permalink
Update python-sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sojinkim-icon authored May 30, 2019
1 parent 7e36942 commit 2790432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions references/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ Finally, you can send a transaction with the signed transaction object as follow
tx_hash = icon_service.send_transaction(signed_transaction)
```

#### Estimate step
### Step Estimation
@ Available since: iconsdk 1.0.9

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

Expand Down Expand Up @@ -229,7 +230,6 @@ tx_hash = icon_service.send_transaction(signed_transaction)

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

####

## Code Examples

Expand Down

0 comments on commit 2790432

Please sign in to comment.