bitcoin -> Dash Core

Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
PastaPastaPasta 2020-04-23 18:23:37 +00:00 committed by pasta
parent 02dfb89b02
commit 6f4260f860

View File

@ -489,9 +489,9 @@ same as before.
Low-level RPC changes
---------------------
- When bitcoin is not started with any `-wallet=<path>` options, the name of
- 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 bitcoin is started
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.