mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
WalletTool fix for Guava 16 changes.
This commit is contained in:
@@ -654,7 +654,8 @@ public class WalletTool {
|
||||
break;
|
||||
|
||||
}
|
||||
peers.startAsync();
|
||||
if (!peers.isRunning())
|
||||
peers.startAsync();
|
||||
try {
|
||||
latch.await();
|
||||
} catch (InterruptedException e) {
|
||||
|
||||
Reference in New Issue
Block a user