Rename maybeDoMaintenance to doMaintenance and add a bit more docs.

This commit is contained in:
Mike Hearn
2014-10-22 19:32:29 +02:00
parent ea7c29e38b
commit ea02436f96
3 changed files with 17 additions and 14 deletions

View File

@@ -455,7 +455,7 @@ public class WalletTool {
if (aesKey == null)
return;
}
Futures.getUnchecked(wallet.maybeDoMaintenance(aesKey, true));
Futures.getUnchecked(wallet.doMaintenance(aesKey, true));
}
private static void encrypt() {