diff --git a/doc/release-notes/dash/release-notes-0.15.0.md b/doc/release-notes/dash/release-notes-0.15.0.md index 005ea530f976b..fbb7448ce58c5 100644 --- a/doc/release-notes/dash/release-notes-0.15.0.md +++ b/doc/release-notes/dash/release-notes-0.15.0.md @@ -465,36 +465,6 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.5. - [`32aa229c7`](https://github.com/dashpay/dash/commit/32aa229c7) Reorganize Dash Specific code into folders (#2753) - [`acbf0a221`](https://github.com/dashpay/dash/commit/acbf0a221) Bump version to 0.14.1 (#2928) -External wallet files ---------------------- - -The `-wallet=` option now accepts full paths instead of requiring wallets -to be located in the -walletdir directory. - -Newly created wallet format ---------------------------- - -If `-wallet=` is specified with a path that does not exist, it will now -create a wallet directory at the specified location (containing a wallet.dat -data file, a db.log file, and database/log.?????????? files) instead of just -creating a data file at the path and storing log files in the parent -directory. This should make backing up wallets more straightforward than -before because the specified wallet path can just be directly archived without -having to look in the parent directory for transaction log files. - -For backwards compatibility, wallet paths that are names of existing data files -in the `-walletdir` directory will continue to be accepted and interpreted the -same as before. - -Low-level RPC changes ---------------------- - -- When Dash Core is not started with any `-wallet=` options, the name of - the default wallet returned by `getwalletinfo` and `listwallets` RPCs is - now the empty string `""` instead of `"wallet.dat"`. If Dash Core is started - with any `-wallet=` options, there is no change in behavior, and the - name of any wallet is just its `` string. - Credits =======