diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2016-10-14 00:57:18 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2016-10-18 13:17:38 +0200 |
commit | b26a7b5377f400760f49ba3aed468469ef27786e (patch) | |
tree | dbdc011ae0688c3a8e964c11c79c3500bd1708e3 /doc/release-notes.md | |
parent | e2b8c394d61de1e153b9b39d99c45654774f00de (diff) |
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Diffstat (limited to 'doc/release-notes.md')
-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 |