Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update good-practices.md (wrong path) #16

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

nseguias
Copy link
Contributor

Fix error in the path for messages in Good Practices

currently:

use contract::contract::{ContractExecMsg, ContractQueryMsg, InstantiateMsg};

should be:

use contract::contract::sv::{ContractExecMsg, ContractQueryMsg, InstantiateMsg};

path was missing `::sv`
@jawoznia
Copy link
Collaborator

jawoznia commented Oct 1, 2024

Thanks for pointing this out.

Also consider checking the https://docs.cosmwasm.com/sylvia as sylvia-book will be deprecated.

@jawoznia jawoznia merged commit 119feae into CosmWasm:main Oct 1, 2024
1 check passed
@nseguias nseguias deleted the patch-1 branch November 5, 2024 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants