aboutsummaryrefslogtreecommitdiff
path: root/src/script/script_error.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-11-21 14:14:36 +0100
committerWladimir J. van der Laan <[email protected]>2014-11-21 14:21:56 +0100
commitca6fb4e885c899e297e0a6fa723604a41f199aa6 (patch)
tree8440a612e083244a40bf0ba200cefa261ff762f6 /src/script/script_error.h
parentMerge pull request #5318 (diff)
parentTest the exact order of CHECKMULTISIG sig/pubkey evaluation (diff)
downloaddiscoin-ca6fb4e885c899e297e0a6fa723604a41f199aa6.tar.xz
discoin-ca6fb4e885c899e297e0a6fa723604a41f199aa6.zip
Merge pull request #5247
ca81587 Test the exact order of CHECKMULTISIG sig/pubkey evaluation (Peter Todd) 98b135f Make STRICTENC invalid pubkeys fail the script rather than the opcode. (Pieter Wuille)
Diffstat (limited to 'src/script/script_error.h')
-rw-r--r--src/script/script_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script_error.h b/src/script/script_error.h
index 21153f1bd..ac1f2deae 100644
--- a/src/script/script_error.h
+++ b/src/script/script_error.h
@@ -42,6 +42,7 @@ typedef enum ScriptError_t
SCRIPT_ERR_SIG_PUSHONLY,
SCRIPT_ERR_SIG_HIGH_S,
SCRIPT_ERR_SIG_NULLDUMMY,
+ SCRIPT_ERR_PUBKEYTYPE,
/* softfork safeness */
SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS,