mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Add encrypt/decrypt command to the WalletTool help text.
This commit is contained in:
parent
b6f61e8850
commit
7b337680bf
@ -45,6 +45,8 @@ Usage: wallet-tool --flags action-name
|
||||
--locktime=2013/01/01 sets the lock time to 1st Jan 2013
|
||||
--allow-unconfirmed will let you create spends of pending non-change outputs.
|
||||
--no-pki disables pki verification for payment requests.
|
||||
encrypt Requires --password and uses it to encrypt the wallet in place.
|
||||
decrypt Requires --password and uses it to decrypt the wallet in place.
|
||||
|
||||
>>> GENERAL OPTIONS
|
||||
--debuglog Enables logging from the core library.
|
||||
|
Loading…
Reference in New Issue
Block a user