WalletTool fix for Guava 16 changes.

This commit is contained in:
Mike Hearn
2014-04-15 13:33:59 +02:00
parent 74d611218b
commit d2def04a00

View File

@@ -654,7 +654,8 @@ public class WalletTool {
break;
}
peers.startAsync();
if (!peers.isRunning())
peers.startAsync();
try {
latch.await();
} catch (InterruptedException e) {