Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ethstats support #1239

Merged
merged 18 commits into from
Aug 4, 2020
Prev Previous commit
Next Next commit
clean code
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
  • Loading branch information
matkt committed Jul 20, 2020
commit 6c83286cf99d2244f3cf4a8b6600067d7225819c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ private void startListeningEthstatsServer() {
.boxed()
.collect(Collectors.toList());
}
System.out.println(list);
sendHistoryReport(list);
}
}
Expand Down