Skip to content

Commit

Permalink
[docs] Add release notes for HD master key -> HD seed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed May 19, 2018
1 parent 79053a5 commit 6249021
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/release-notes-pr12924.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 6249021

Please sign in to comment.