Skip to content

Commit 2174387

Browse files
debug url
1 parent 9fb7d91 commit 2174387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/java/io/api/etherscan/core/impl/BasicProvider.java

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <T> T convert(final String json, final Class<T> tClass) {
7777
String getRequest(final String urlParameters) {
7878
queue.takeTurn();
7979
final String url = baseUrl + module + urlParameters;
80+
System.out.println("Url generated: " + url);
8081
final String result = executor.get(url);
8182
if (BasicUtils.isEmpty(result))
8283
throw new EtherScanException("Server returned null value for GET request at URL - " + url);

0 commit comments

Comments
 (0)