Skip to content

Commit

Permalink
pub HighestBid fields
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 16, 2024
1 parent 4b9f7d1 commit 8a507ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json/src/vault.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ pub struct VaultLiquidationBatch {
#[derive(Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct HighestBid {
amount: String,
owner: String,
pub amount: String,
pub owner: String,
}

#[derive(Debug, Serialize, Deserialize)]
Expand Down

0 comments on commit 8a507ef

Please sign in to comment.