Skip to content

Commit

Permalink
VaultPagination.limit usize
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 2, 2024
1 parent 9cb7304 commit 1f3eed6
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 @@ -137,7 +137,7 @@ pub struct WithdrawVault {
pub struct VaultPagination {
start: Option<String>,
including_start: Option<bool>,
limit: Option<u64>,
limit: Option<usize>,
}

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

0 comments on commit 1f3eed6

Please sign in to comment.