Skip to content

Commit

Permalink
AuctionPaginationStart limit usize
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 14, 2024
1 parent ac3e516 commit ebd3e3b
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 @@ -111,7 +111,7 @@ pub struct PlaceAuctionBid {
pub struct AuctionPagination {
pub start: Option<AuctionPaginationStart>,
pub including_start: Option<bool>,
pub limit: Option<u64>,
pub limit: Option<usize>,
}

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

0 comments on commit ebd3e3b

Please sign in to comment.