Skip to content

Commit

Permalink
fix: added a restricted message type
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Jan 31, 2025
1 parent 21136be commit 438ffeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub struct InstantiateMsg {% raw %}{{% endraw %}{% unless minimal %}
#[cw_serde]
pub enum ExecuteMsg {% raw %}{{% endraw %}{% unless minimal %}
Increment {},
#[attrs(restricted)]
Reset { count: i32 },
{% endunless %}}

Expand Down

0 comments on commit 438ffeb

Please sign in to comment.