Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile errors in hello.py example (#47)
I noticed this example had some errors, related to #39 - `hello` is re-assigned to the initialised account, so that it can be used as `authority` - `bump` is stored at the start of the instruction, before this re-assign - Similarly `hello.bump` is stored at the start of `say_hello`, doing `hello.bump` inside `mint.mint` was erroring With these changes it compiles correctly: https://beta.solpg.io/636d27b177ea7f12846aef21
- Loading branch information