Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎src/main/java/io/api/etherscan/core/impl/BasicProvider.java

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /