Rename DownloadListener to DownloadProgressTracker

This commit is contained in:
Mike Hearn
2014-12-18 13:37:05 +01:00
parent 36850b1d0e
commit b25899de58
7 changed files with 14 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ public class RestoreFromSeed {
chain.addWallet(wallet);
peers.addWallet(wallet);
DownloadListener bListener = new DownloadListener() {
DownloadProgressTracker bListener = new DownloadProgressTracker() {
@Override
public void doneDownload() {
System.out.println("blockchain downloaded");