mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
Rename DownloadListener to DownloadProgressTracker
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user