diff options
| author | Jorge Timón <[email protected]> | 2016-10-14 00:57:18 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2016-10-18 13:17:38 +0200 |
| commit | b26a7b5377f400760f49ba3aed468469ef27786e (patch) | |
| tree | dbdc011ae0688c3a8e964c11c79c3500bd1708e3 /doc | |
| parent | Merge #8817: update bitcoin-tx to output witness data (diff) | |
| download | discoin-b26a7b5377f400760f49ba3aed468469ef27786e.tar.xz discoin-b26a7b5377f400760f49ba3aed468469ef27786e.zip | |
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
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 58994a683..0463cb8a6 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 |