Skip to content

Commit

Permalink
Merge branch 'development' into builtin-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnaveira authored Jan 8, 2024
2 parents 8919fc9 + 6d30028 commit 52990bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/wallet_daemon_client/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ pub struct GetValidatorFeesResponse {

#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct ClaimValidatorFeesRequest {
#[serde(default, deserialize_with = "opt_string_or_struct")]
pub account: Option<ComponentAddressOrName>,
pub max_fee: Option<Amount>,
pub validator_public_key: PublicKey,
Expand Down

0 comments on commit 52990bd

Please sign in to comment.