[docs] Add release notes for HD master key -> HD seed rename
This commit is contained in:
parent
79053a5f2b
commit
6249021d15
1 changed files with 12 additions and 0 deletions
12
doc/release-notes-pr12924.md
Normal file
12
doc/release-notes-pr12924.md
Normal 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`
|
Loading…
Reference in a new issue