diff --git a/json/src/vault.rs b/json/src/vault.rs index be20a6f..4436c02 100644 --- a/json/src/vault.rs +++ b/json/src/vault.rs @@ -111,7 +111,7 @@ pub struct PlaceAuctionBid { pub struct AuctionPagination { pub start: Option, pub including_start: Option, - pub limit: Option, + pub limit: Option, } #[derive(Debug, Serialize, Deserialize)]