Skip to content

Commit

Permalink
AuctionPaginationStart rm option height
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 14, 2024
1 parent 4137867 commit ac3e516
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 @@ -118,7 +118,7 @@ pub struct AuctionPagination {
#[serde(rename_all = "camelCase")]
pub struct AuctionPaginationStart {
pub vault_id: String,
pub height: Option<u64>,
pub height: u64,
}

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

0 comments on commit ac3e516

Please sign in to comment.