ergoplatform / explorer-backend

Ergo Blockchain Explorer
22 stars 31 forks source link

Bug with mempool api #165

Closed deadit closed 2 years ago

deadit commented 2 years ago

https://api.ergoplatform.com/transactions/unconfirmed?limit=30&offset=0

Sometimes API return total > 0 and items is empty array.

Screenshot 2021-12-06 at 21 57 58

And after sometime it start to return normal items.

image

Need to find what is the problem with this request.