Documentation is out of date.
Closed this issue · 1 comments
ywu999 commented
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();
GoodforGod commented
Done