[docs] Add release notes for HD master key -> HD seed rename

This commit is contained in:
John Newbery 2018-04-17 12:12:00 -04:00
parent 79053a5f2b
commit 6249021d15

View file

@ -0,0 +1,12 @@
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`