Skip to content

Commit

Permalink
pageSize = 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed May 8, 2024
1 parent 7f87188 commit 67a1409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export class ExplorerNetwork extends Network {
const iPage = await this.getAccountInfo(
wallet.getKeyToExport(),
i,
10000,
1000,
nStartHeight
);

Expand Down

0 comments on commit 67a1409

Please sign in to comment.