diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-06-26 20:32:37 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-09-01 16:27:30 +0200 |
commit | 854f1af22e930cbe37195a5e9ad7dd7b878a9106 (patch) | |
tree | ccd4a36099f3122dd3bdde56ee1699033f396e35 /doc | |
parent | f061415d12ce86bd440ef039394ba734c59fd97d (diff) |
Make the dummy argument to getaddednodeinfo optional
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 f2d8ca3a15..58994a6839 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -63,6 +63,8 @@ UTXO set query (`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<tx were changed to return status code HTTP_BAD_REQUEST (400) instead of HTTP_INTERNAL_SERVER_ERROR (500) when requests contain invalid parameters. +The first boolean argument to `getaddednodeinfo` has been removed. This is an incompatible change. + ### Configuration and command-line options ### Block and transaction handling |