Skip to content

Commit

Permalink
Update the msg file prompt (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Oct 9, 2024
1 parent 7186adb commit 6bf1cae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In an Archway smart contract project, the `msg.rs` file is typically used to def

The following would be the prompt to get this file with the required messages created:

> Generate the `msg.rs` file for the lottery smart contract based on the `contract.rs` file. It should include:
> Generate the `msg.rs` file for the lottery smart contract based on the `contract.rs` and `state.rs` files. It should include:
>
> - An `InstantiateMsg` struct for initializing the contract.
> - An `ExecuteMsg` enum with variants executing required transactions
Expand Down

0 comments on commit 6bf1cae

Please sign in to comment.