diff --git a/references/python-sdk.md b/references/python-sdk.md index 83af5fd..5708c6c 100644 --- a/references/python-sdk.md +++ b/references/python-sdk.md @@ -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)