mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 18:02:22 +02:00
7
doc/release-notes-33183.md
Normal file
7
doc/release-notes-33183.md
Normal 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.
|
Reference in New Issue
Block a user