diff --git a/.gitignore b/.gitignore index 110d010..a6821f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target Cargo.lock -.vscode \ No newline at end of file +.vscode +.idea diff --git a/json/src/account.rs b/json/src/account.rs index 94e38d2..c2f24e8 100644 --- a/json/src/account.rs +++ b/json/src/account.rs @@ -116,7 +116,7 @@ pub struct AccountHistoryOptions { token: Option, txtype: Option, txtypes: Option>, - limit: Option, + pub limit: Option, start: Option, including_start: Option, txn: Option,