aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2018-12-19 16:30:49 -0500
committerAndrew Chow <achow101-github@achow101.com>2019-05-13 22:49:34 -0400
commit662d1171d9e29964b039ba4c5bc8a2304426c003 (patch)
treef50d9a669fc5c0d492a94de74c647f892c35580e /doc
parent667a8617418d837092de5b37568d60b372519462 (diff)
downloadbitcoin-662d1171d9e29964b039ba4c5bc8a2304426c003.tar.xz
Add option to create an encrypted wallet
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15006.md4
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.