mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 23:03:04 +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).
|
// do not know how to deal with).
|
||||||
private int version;
|
private int version;
|
||||||
// User-provided description that may help people keep track of what a wallet is for.
|
// 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,
|
* Creates a new, empty wallet with no keys and no transactions. If you want to restore a wallet from disk instead,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user