mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Wallet: fix incorrect constructor JavaDoc
The (canonical) constructor does not create a wallet with a random seed.
This commit is contained in:
parent
1f7ed7f94b
commit
51266b6bbc
1 changed files with 3 additions and 3 deletions
|
@ -628,9 +628,9 @@ public class Wallet extends BaseTaggableObject
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new, empty wallet with a randomly chosen seed and no transactions. Make sure to provide for sufficient
|
* Creates a new, empty wallet with no transactions. If you haven't already done so,
|
||||||
* backup! Any keys will be derived from the seed. If you want to restore a wallet from disk instead, see
|
* make sure to provide for sufficient backup of the keys in the {@link KeyChainGroup}.
|
||||||
* {@link #loadFromFile}.
|
* To restore a wallet from disk instead, see {@link #loadFromFile}.
|
||||||
* @param network network wallet will operate on
|
* @param network network wallet will operate on
|
||||||
* @param keyChainGroup keychain group to manage keychains
|
* @param keyChainGroup keychain group to manage keychains
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue