Skip to content

Fix Corner Case in /transactions endpoint

Christopher Schinnerl requested to merge test-transaction-endpoint into master

Created by: ChrisSchinnerl

The binary search in Transactions won't find the last processed txn in the database if it is the only one of a certain blockheight. This PR should fix that.

Merge request reports