Skip to content

Commit

Permalink
AccountHistoryOptions add pub to limit. Ignore .idea folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jun 18, 2024
1 parent 90b5058 commit de24488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
Cargo.lock
.vscode
.vscode
.idea
2 changes: 1 addition & 1 deletion json/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub struct AccountHistoryOptions {
token: Option<String>,
txtype: Option<char>,
txtypes: Option<Vec<char>>,
limit: Option<u64>,
pub limit: Option<u64>,
start: Option<u64>,
including_start: Option<bool>,
txn: Option<u64>,
Expand Down

0 comments on commit de24488

Please sign in to comment.