Skip to content

Commit

Permalink
explicit string typing due the cw limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Aug 25, 2023
1 parent 157f63d commit cfb3c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/bindings/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ pub struct UpdateAdminProposal {
/// ProposalExecuteMessage defines the struct for sdk47 compatible update params admin proposal.
pub struct ProposalExecuteMessage {
/// **message** is a json representing a sdk message passed to admin module to execute.
pub message: Value,
pub message: String,
}

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
Expand Down

0 comments on commit cfb3c83

Please sign in to comment.