Skip to content

Commit c0d91fc

Browse files
committed
Add release note for bitcoin#33050 and bitcoin#33183 error string changes
1 parent b3f781a commit c0d91fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/release-notes-33183.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Updated RPCs
2+
------------
3+
4+
Transaction Script validation errors used to return the reason for the error prefixed by either
5+
"mandatory-script-verify-flag-failed" if it was a consensus error, or "non-mandatory-script-verify-flag"
6+
(without "-failed") if it was a standardness error. This has been changed to "block-script-verify-flag-failed"
7+
and "mempool-script-verify-flag-failed" for all block and mempool errors respectively.

0 commit comments

Comments
 (0)