3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

WalletTool: Fix not using peer discoveries.

This commit is contained in:
Andreas Schildbach 2019-01-31 09:44:58 +01:00
parent 8ca8c64824
commit 09832a65ee

View File

@ -1267,6 +1267,8 @@ public class WalletTool {
System.exit(1);
}
}
} else {
peerGroup.setRequiredServices(0);
}
}