mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
9 lines
363 B
Markdown
9 lines
363 B
Markdown
Low-level RPC changes
|
|
----------------------
|
|
|
|
`-usehd` was removed in version 0.16. From that version onwards, all new
|
|
wallets created are hierarchical deterministic wallets. Version 0.18 makes
|
|
specifying `-usehd` invalid config.
|
|
|
|
`ischange` field of boolean type that shows if an address was used for change
|
|
output was added to `getaddressinfo` method response.
|