blob: fb625c2fa9889d93fbf16145d21ccdc6ce368d6a (
plain)
1
2
3
4
5
6
|
Updated REST APIs
-----------------
- Parameter validation for `/rest/getutxos` has been improved by rejecting
truncated or overly large txids and malformed outpoint indices by raising an
HTTP_BAD_REQUEST "Parse error". Previously, these malformed requests would be
silently handled. (#30482, #30444)
|