Skip to content

Conversation

@danjurious
Copy link

No description provided.

lib/blocks.js Outdated

if(more) {
data.pagination.moreTs = moreTimestamp;
data.pagination.moreTs = hashes[hashes.length - 1].logicalts - 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this works as non-inclusive end, we should use:

data.pagination.moreTs = hashes[hashes.length - 1].logicalts

Instead of:

data.pagination.moreTs = hashes[hashes.length - 1].logicalts - 1;

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

Successfully merging this pull request may close these issues.

2 participants