mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Wallet: make keychain private and add a remove method.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user