Skip to content

Commit

Permalink
Drop changes in release notes accidentally introduced by dashpay#3426
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Jun 29, 2020
1 parent a270482 commit 4f25694
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions doc/release-notes/dash/release-notes-0.15.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path>` option now accepts full paths instead of requiring wallets
to be located in the -walletdir directory.

Newly created wallet format
---------------------------

If `-wallet=<path>` 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=<path>` 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=<path>` options, there is no change in behavior, and the
name of any wallet is just its `<path>` string.

Credits
=======

Expand Down

0 comments on commit 4f25694

Please sign in to comment.