aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-11-14 13:32:41 -0500
committerRussell Yanofsky <russ@yanofsky.org>2018-03-03 10:26:55 -0500
commit26c06f24e5dcc32a7599abb8d670d22993c82bc2 (patch)
treee8d9e757900e0c0d019a4a0b04c8fdd06e51c5fb /doc/release-notes.md
parentd8a99f65e53019becdd8d2631396012bafb29741 (diff)
downloadbitcoin-26c06f24e5dcc32a7599abb8d670d22993c82bc2.tar.xz
Allow wallet files not in -walletdir directory
Remove restriction that -wallet filenames can only refer to files in the -walletdir directory.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index ac49dc7909..171880a77b 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -63,6 +63,15 @@ RPC changes
- The `fundrawtransaction` rpc will reject the previously deprecated `reserveChangeKey` option.
+External wallet files
+---------------------
+
+The `-wallet=<path>` option now accepts full paths instead of requiring wallets
+to be located in the -walletdir directory. When wallets are located in
+different directories, wallet data will be stored independently, so data from
+every wallet is not mixed into the same <walletdir>/database/log.??????????
+files.
+
Credits
=======