Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot list more than 100 transactions #150

Open
filippos47 opened this issue May 10, 2024 · 1 comment
Open

Cannot list more than 100 transactions #150

filippos47 opened this issue May 10, 2024 · 1 comment

Comments

@filippos47
Copy link
Contributor

filippos47 commented May 10, 2024

bash-5.1$ stakercli dn lst --limit 10000
{
    "transactions": [
        {
...
            "transaction_idx": "100"
        }
    ],
    "total_transaction_count": "2315"
}
@filippos47
Copy link
Contributor Author

Just checked that the limit can be 100 maximum. Should we bump this?

maxLimit = 100

@filippos47 filippos47 changed the title Limit flag not working while listing transactions Cannot list more than 100 transactions May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant