Skip to content

Commit

Permalink
add serde rename
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Nov 27, 2023
1 parent 30739d9 commit efd97a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub enum ExecuteMsg {
account_sequence: u64,
number_of_tickets: Option<u32>,
},
#[serde(rename = "recover_xrpl_token_registration")]
RecoverXRPLTokenRegistration {
issuer: String,
currency: String,
Expand Down

0 comments on commit efd97a2

Please sign in to comment.