mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
56898d2085
* wallet: allow skipping/forcing blockchain rescan on upgradetohd * tests: test new use cases in wallet_upgradetohd.py * add release notes
4 lines
252 B
Markdown
4 lines
252 B
Markdown
Miscellaneous RPC Changes
|
|
-------------------------
|
|
- In rpc `upgradetohd` new parameter `rescan` was added which allows users to skip or force blockchain rescan. This params defaults to `false` when `mnemonic` parameter is empty and `true` otherwise.
|