diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-18 13:31:35 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-18 13:31:59 +0200 |
commit | dd07c6b2cc90f4c61cf7b86a2cc221f628895325 (patch) | |
tree | 0e38b7291b0898d8efd415a22e29b5f60cf88c9f /doc | |
parent | 614d522c3e4468262406f767f8b31da4ac5a0878 (diff) | |
parent | b26a7b5377f400760f49ba3aed468469ef27786e (diff) |
Merge #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
b26a7b5 RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC (Jorge Timón)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 58994a6839..0463cb8a61 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -65,6 +65,8 @@ contain invalid parameters. The first boolean argument to `getaddednodeinfo` has been removed. This is an incompatible change. +Call "getmininginfo" loses the "testnet" field in favor of the more generic "chain" (which has been present for years). + ### Configuration and command-line options ### Block and transaction handling |