Skip to content

Commit

Permalink
Update references/python-sdk.md
Browse files Browse the repository at this point in the history
Co-Authored-By: sojinkim-icon <[email protected]>
  • Loading branch information
boyeon555 and sojinkim-icon authored May 28, 2019
1 parent 33f3214 commit cf4bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/python-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ estimate_step = icon_service.estimate_step(transaction)
step_limit = estimate_step + 10000

# Returns the signed transaction object having a signature with the same raw transaction and the estimated step
signed_transaction = SignedTransaction(transaction, wallet, estimate_step)
signed_transaction = SignedTransaction(transaction, wallet, step_limit)

# Sends the transaction
tx_hash = icon_service.send_transaction(signed_transaction)
Expand Down

0 comments on commit cf4bcda

Please sign in to comment.