Skip to content

Commit

Permalink
semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstaylor committed Aug 4, 2023
1 parent 2b6d8d2 commit 049a8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ pub struct CancelMsg{

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct CreateMsg {
pub id:String,
pub id: String,
pub contract: Addr,
pub payment_token:Addr,
pub token_id:String,
pub payment_token: Addr,
pub token_id: String,
pub expires: Expiration,
pub price: Uint128,
pub swap_type: bool,
Expand Down

0 comments on commit 049a8bc

Please sign in to comment.