Skip to content

Commit 359b01d

Browse files
meshcolliderfurszy
authored andcommitted
Add release notes for -walletdir and wallets/ dir
1 parent 71a4701 commit 359b01d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,19 @@ The `getwalletinfo` RPC method returns the name of the wallet used for the query
299299
300300
Note that while multi-wallet is now fully supported, the RPC multi-wallet interface should be considered unstable for version 6.0.0, and there may backwards-incompatible changes in future versions.
301301
302+
Custom wallet directories
303+
---------------------
304+
The ability to specify a directory other than the default data directory in which to store
305+
wallets has been added. An existing directory can be specified using the `-walletdir=<dir>`
306+
argument. Wallets loaded via `-wallet` arguments must be in this wallet directory. Care should be taken
307+
when choosing a wallet directory location, as if it becomes unavailable during operation,
308+
funds may be lost.
309+
310+
Default wallet directory change
311+
--------------------------
312+
On new installations (if the data directory doesn't exist), wallets will now be stored in a
313+
new `wallets/` subdirectory inside the data directory. If this `wallets/` subdirectory
314+
doesn't exist (i.e. on existing nodes), the current datadir root is used instead, as it was.
302315
303316
Database cache memory increased
304317
--------------------------------

0 commit comments

Comments
 (0)