Skip to content

Commit

Permalink
VaultLiquidationBatch u64 -> u32
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 19, 2024
1 parent 8a507ef commit 116b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/vault.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub struct AuctionPaginationStart {
#[derive(Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct VaultLiquidationBatch {
pub index: u64,
pub index: u32,
pub collaterals: Vec<String>,
pub loan: String,
pub highest_bid: Option<HighestBid>,
Expand Down

0 comments on commit 116b7df

Please sign in to comment.