diff options
author | John Newbery <john@johnnewbery.com> | 2018-04-17 12:12:00 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-05-19 11:21:20 -0400 |
commit | 6249021d152dec348eb4325c0dfccb3ba59f46d1 (patch) | |
tree | c4943972497615f64d232bf83d4169214ea4489c /doc | |
parent | 79053a5f2b26ee3dfd9a0bb3fd01ac4733fc92b5 (diff) |
[docs] Add release notes for HD master key -> HD seed rename
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-pr12924.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/release-notes-pr12924.md b/doc/release-notes-pr12924.md new file mode 100644 index 0000000000..92e7e23217 --- /dev/null +++ b/doc/release-notes-pr12924.md @@ -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` |