aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-01 15:58:31 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-01 15:58:43 +0200
commitf061415d12ce86bd440ef039394ba734c59fd97d (patch)
tree6d4a9c5adc7e080630a0c9bba0b1e11158418e44 /doc
parentMerge #8557: [contrib] Rework verifybinaries (diff)
parentrest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (diff)
downloaddiscoin-f061415d12ce86bd440ef039394ba734c59fd97d.tar.xz
discoin-f061415d12ce86bd440ef039394ba734c59fd97d.zip
Merge #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
f012a85 rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (djpnewton)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0be192233..f2d8ca3a1 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -59,6 +59,10 @@ git merge commit are mentioned.
### RPC and REST
+UTXO set query (`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`) responses
+were changed to return status code HTTP_BAD_REQUEST (400) instead of HTTP_INTERNAL_SERVER_ERROR (500) when requests
+contain invalid parameters.
+
### Configuration and command-line options
### Block and transaction handling