Skip to content

Commit df2c1dc

Browse files
committed
Add missing derive
1 parent a9bb725 commit df2c1dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/std/src/query/staking.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ impl_hidden_constructor!(
214214
);
215215

216216
/// Instances are created in the querier.
217-
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
217+
#[derive(
218+
Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema, cw_schema::Schemaifier,
219+
)]
218220
#[non_exhaustive]
219221
pub struct Validator {
220222
/// The operator address of the validator (e.g. cosmosvaloper1...).

0 commit comments

Comments
 (0)