You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app_args parameter is not defined prior to this snippet.
The proposed state
Define what app_args should be in the line right before it is used
For example app_args = [ ] txn = txn = transaction.ApplicationUpdateTxn(sender, params, app_id, \ approval_program, clear_program, app_args) Provide any additional context
Add any other context or screenshots about the proposed update here.
The text was updated successfully, but these errors were encountered:
The current state
The Python snippet of the update section of https://developer.algorand.org/docs/features/asc1/stateful/sdks/#update has the following line
txn = txn = transaction.ApplicationUpdateTxn(sender, params, app_id, \ approval_program, clear_program, app_args)
The app_args parameter is not defined prior to this snippet.
The proposed state
Define what app_args should be in the line right before it is used
For example
app_args = [ ]
txn = txn = transaction.ApplicationUpdateTxn(sender, params, app_id, \ approval_program, clear_program, app_args)
Provide any additional context
Add any other context or screenshots about the proposed update here.
The text was updated successfully, but these errors were encountered: