diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-18 13:31:35 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-18 13:31:59 +0200 |
| commit | dd07c6b2cc90f4c61cf7b86a2cc221f628895325 (patch) | |
| tree | 0e38b7291b0898d8efd415a22e29b5f60cf88c9f /doc | |
| parent | Merge #8932: Allow bitcoin-tx to create v2 transactions (diff) | |
| parent | RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC (diff) | |
| download | discoin-dd07c6b2cc90f4c61cf7b86a2cc221f628895325.tar.xz discoin-dd07c6b2cc90f4c61cf7b86a2cc221f628895325.zip | |
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 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 |