GoodforGod/java-etherscan-api

Wrong code in getRequestUsingOffset method of AccountAPIProvider

Closed this issue · 1 comments

It has wrong logic. Etherscan allows fetching only 10k records. So paging with 10k-size page can't be implemented. And you didn't even make that method protected so i can't override it to use.

Haha, and BasicProvider is package-protected. I can do nothing! Thank you so much!!!