Skip to content

Commit

Permalink
Re-enable serde flag for CreateProposalMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeeKay committed Mar 25, 2024
1 parent 88f2610 commit 16f74d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/enterprise-governance-controller-api/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ pub struct CreateProposalMsg {
// TODO: this message is used for non-deposit proposals too, making this field meaningless in those cases
/// Optionally define the owner of the proposal deposit.
/// If None, will default to the proposer themselves.
#[serde(skip_serializing_if = "Option::is_none")]
pub deposit_owner: Option<String>,
}

Expand Down

0 comments on commit 16f74d1

Please sign in to comment.