mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00: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
|
--locktime=2013/01/01 sets the lock time to 1st Jan 2013
|
||||||
--allow-unconfirmed will let you create spends of pending non-change outputs.
|
--allow-unconfirmed will let you create spends of pending non-change outputs.
|
||||||
--no-pki disables pki verification for payment requests.
|
--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
|
>>> GENERAL OPTIONS
|
||||||
--debuglog Enables logging from the core library.
|
--debuglog Enables logging from the core library.
|
||||||
|
Loading…
Reference in New Issue
Block a user