We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cardano-explorer URL includes perPage=20 but there are 21 rows included in the table.
perPage=20
https://explorer.cardano.org/en/browse-blocks?page=279789&perPage=20
Similarly, I see 6 rows at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=5
And 11 at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=10
I also see 6 rows at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=2 so maybe 6 is a minimum of sorts?
I haven't checked the other table-based pages for similar surprises. HTH. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The cardano-explorer URL includes
perPage=20
but there are 21 rows included in the table.https://explorer.cardano.org/en/browse-blocks?page=279789&perPage=20
Similarly, I see 6 rows at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=5
And 11 at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=10
I also see 6 rows at https://explorer.cardano.org/en/browse-blocks.html?page=279789&perPage=2 so maybe 6 is a minimum of sorts?
I haven't checked the other table-based pages for similar surprises. HTH. Thanks.
The text was updated successfully, but these errors were encountered: