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
Im still very new to this but there is a slight error in the code when using the default setup with the HelloWorld tutorial.
createSystemCall.ts should be app_decrement() instead of decrement() as the generated function name in packages\contracts\src\codegen\world\IDecrementSystem.sol is prefixed with app__
Thank you. decrement() used to be correct, but then we changed the templates and didn't change the guide to match. I apologize. I just submitted a PR to fix this: #2859 .
Im still very new to this but there is a slight error in the code when using the default setup with the HelloWorld tutorial.
createSystemCall.ts should be
app_decrement()
instead ofdecrement()
as the generated function name in packages\contracts\src\codegen\world\IDecrementSystem.sol is prefixed withapp__
The text was updated successfully, but these errors were encountered: