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
Re: content/guides/dapps/journal.md [The CRUD app tutorial]
while defining the account for creating a journal entry, init_if_needed is one of the account constraints, which I don't think is needed and I'm not really sure the feature flag is included when using create-solana-dapp
Proposed Solution
Just include init instead of init_if_needed in the code snippet
The text was updated successfully, but these errors were encountered:
Also, new version of create-solana-dapp requires Anchor 0.30.0. Would be incredibly useful if the tutorial had a note in the beginning stating the required versions of Anchor and Solana CLI
Problem
Re: content/guides/dapps/journal.md [The CRUD app tutorial]
while defining the account for creating a journal entry, init_if_needed is one of the account constraints, which I don't think is needed and I'm not really sure the feature flag is included when using create-solana-dapp
Proposed Solution
Just include init instead of init_if_needed in the code snippet
The text was updated successfully, but these errors were encountered: