3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 23:32:16 +00:00

Make wallet description private. Resolves issue 368.

This commit is contained in:
Mike Hearn 2013-03-27 11:57:29 +01:00
parent 8e0c72597c
commit 61c8c07468

View File

@ -300,7 +300,7 @@ public class Wallet implements Serializable, BlockChainListener {
// do not know how to deal with).
private int version;
// User-provided description that may help people keep track of what a wallet is for.
String description;
private String description;
/**
* Creates a new, empty wallet with no keys and no transactions. If you want to restore a wallet from disk instead,