Wallet: make keychain private and add a remove method.

This commit is contained in:
Mike Hearn
2013-04-22 13:45:38 +02:00
parent 5112a94955
commit f88bdc5fe3
7 changed files with 31 additions and 20 deletions

View File

@@ -739,7 +739,7 @@ public class WalletTool {
System.err.println("Wallet does not seem to contain that key.");
return;
}
wallet.keychain.remove(key);
wallet.removeKey(key);
}
private static void dumpWallet() throws BlockStoreException {