diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-11-21 14:14:36 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-11-21 14:21:56 +0100 |
| commit | ca6fb4e885c899e297e0a6fa723604a41f199aa6 (patch) | |
| tree | 8440a612e083244a40bf0ba200cefa261ff762f6 /src/script/script_error.h | |
| parent | Merge pull request #5318 (diff) | |
| parent | Test the exact order of CHECKMULTISIG sig/pubkey evaluation (diff) | |
| download | discoin-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.h | 1 |
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, |