You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
550 B
13 lines
550 B
7 years ago
|
RPC changes
|
||
|
------------
|
||
|
|
||
|
### Low-level changes
|
||
|
|
||
|
- The `getwalletinfo` RPC method now returns an `hdseedid` value, which is always the same as the incorrectly-named `hdmasterkeyid` value. `hdmasterkeyid` will be removed in V0.18.
|
||
|
- The `getaddressinfo` RPC method now returns an `hdseedid` value, which is always the same as the incorrectly-named `hdmasterkeyid` value. `hdmasterkeyid` will be removed in V0.18.
|
||
|
|
||
|
Other API changes
|
||
|
-----------------
|
||
|
|
||
|
- The `inactivehdmaster` property in the `dumpwallet` output has been corrected to `inactivehdseed`
|