Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 16, 2024
1 parent c4c1698 commit e2237e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-core/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ pub struct PostMintOnchainResponse {

#[derive(Deserialize, Serialize, Debug, Clone, ToSchema)]
pub struct PostMeltQuoteOnchainRequest {
/// onchain address
pub amount: u64,
/// onchain address
pub address: String,
pub unit: CurrencyUnit,
}
Expand Down

0 comments on commit e2237e7

Please sign in to comment.