diff options
| author | John Newbery <[email protected]> | 2018-04-17 12:12:00 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-05-19 11:21:20 -0400 |
| commit | 6249021d152dec348eb4325c0dfccb3ba59f46d1 (patch) | |
| tree | c4943972497615f64d232bf83d4169214ea4489c | |
| parent | [rpc] [wallet] Add 'hdmasterkeyid' alias return values. (diff) | |
| download | discoin-6249021d152dec348eb4325c0dfccb3ba59f46d1.tar.xz discoin-6249021d152dec348eb4325c0dfccb3ba59f46d1.zip | |
[docs] Add release notes for HD master key -> HD seed rename
| -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 000000000..92e7e2321 --- /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` |