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
I suspect there's a number of problems with the auction example, it's been copied down from an original one (in beaker?) that was half baked across a few programming languages haha.
Feel free to submit a pull request to resolve this one.
Subject of the issue
puya/examples/auction/contract.py
Line 62 in 26e66e7
The
opt_in
method should have theallow_actions=['OptIn']
. Without it, app caller won't be opted in to the contract.Change code from:
to
The text was updated successfully, but these errors were encountered: