Add release note for #33050 and #33183 error string changes

This commit is contained in:
Antoine Poinsot
2025-08-14 14:05:05 -04:00
parent b3f781a0ef
commit c0d91fc69c

View File

@@ -0,0 +1,7 @@
Updated RPCs
------------
Transaction Script validation errors used to return the reason for the error prefixed by either
"mandatory-script-verify-flag-failed" if it was a consensus error, or "non-mandatory-script-verify-flag"
(without "-failed") if it was a standardness error. This has been changed to "block-script-verify-flag-failed"
and "mempool-script-verify-flag-failed" for all block and mempool errors respectively.