aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.cpp
diff options
context:
space:
mode:
authorBtcDrak <[email protected]>2016-02-16 18:29:53 +0000
committerBtcDrak <[email protected]>2016-06-28 17:17:36 +0100
commit14d01309bed59afb08651f2b701ff90371b15b20 (patch)
tree2c2e76badb00da1829b41b13a3041e13d5b7701f /src/script/script.cpp
parentMerge #8261: The bit field is shown only when status is "started" (diff)
downloaddiscoin-14d01309bed59afb08651f2b701ff90371b15b20.tar.xz
discoin-14d01309bed59afb08651f2b701ff90371b15b20.zip
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
Diffstat (limited to 'src/script/script.cpp')
-rw-r--r--src/script/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.cpp b/src/script/script.cpp
index da551c23e..ddf677556 100644
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -132,7 +132,7 @@ const char* GetOpName(opcodetype opcode)
// expanson
case OP_NOP1 : return "OP_NOP1";
case OP_CHECKLOCKTIMEVERIFY : return "OP_CHECKLOCKTIMEVERIFY";
- case OP_NOP3 : return "OP_NOP3";
+ case OP_CHECKSEQUENCEVERIFY : return "OP_CHECKSEQUENCEVERIFY";
case OP_NOP4 : return "OP_NOP4";
case OP_NOP5 : return "OP_NOP5";
case OP_NOP6 : return "OP_NOP6";