diff --git a/doc/release-notes.md b/doc/release-notes.md index 34c9f023a5..b5a8249b4a 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,5 +1,12 @@ Bitcoin ABC version 0.20.6 is now available from: This release includes the following features and fixes: + - `hdmasterkeyid` in `getwalletinfo` has been deprecated in favor of + `hdseedid`. `hdmasterkeyid` will be removed in V0.21. + - `hdmasterkeyid` in `getaddressinfo` has been deprecated in favor of + `hdseedid`. `hdmasterkeyid` will be removed in V0.21. + - The `inactivehdmaster` property in the `dumpwallet` output has been + deprecated in favor of `inactivehdseed`. `inactivehdmaster` will be removed + in V0.21. diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 5a620d0451..1751e250aa 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -1,1524 +1,1524 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include #include #include #include #include #include #include #include