You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says that GET /testnet/blocks?start={start_height}&end={end_height} should return blocks from the given block range, but when requested with start=1&end=2, the output is not including the block 2, and the response is a list with only block 1. Also, if provided start=1&end=1 it will not return any blocks.
🐛 Bug Report
This is a low priority bug.
The documentation says that
GET /testnet/blocks?start={start_height}&end={end_height}
should return blocks from the given block range, but when requested with start=1&end=2, the output is not including the block 2, and the response is a list with only block 1. Also, if provided start=1&end=1 it will not return any blocks.Steps to Reproduce
Just curl the rest api with any block range:
Expected Behavior
Expected that when requested a block range, all the blocks in the range should be returned.
The text was updated successfully, but these errors were encountered: