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:
parent
8e0c72597c
commit
61c8c07468
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user