GoodforGod/java-etherscan-api

Documentation is out of date.

Closed this issue · 1 comments

Describe the bug
There are a lot of places with the following sample code which can not compile.
EtherScanAPI api = EtherScanAPI.build();

Expected behavior
EtherScanAPI api = EtherScanAPI.builder().build();

Done