diff options
author | Andrew Chow <achow101-github@achow101.com> | 2018-12-19 16:30:49 -0500 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2019-05-13 22:49:34 -0400 |
commit | 662d1171d9e29964b039ba4c5bc8a2304426c003 (patch) | |
tree | f50d9a669fc5c0d492a94de74c647f892c35580e /doc/release-notes-15006.md | |
parent | 667a8617418d837092de5b37568d60b372519462 (diff) |
Add option to create an encrypted wallet
Diffstat (limited to 'doc/release-notes-15006.md')
-rw-r--r-- | doc/release-notes-15006.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-15006.md b/doc/release-notes-15006.md new file mode 100644 index 0000000000..76ed3247a6 --- /dev/null +++ b/doc/release-notes-15006.md @@ -0,0 +1,4 @@ +Miscellaneous RPC changes +------------ + +- `createwallet` can now create encrypted wallets if a non-empty passphrase is specified. |