Skip to content

Commit

Permalink
w o string
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Aug 24, 2023
1 parent 97dddc6 commit c2d16c9
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 @@ -569,7 +569,7 @@ pub struct ClearAdminProposal {
/// 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: Binary,
pub message: String,
}

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

0 comments on commit c2d16c9

Please sign in to comment.