mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
This commit is contained in:
parent
7a5040155e
commit
37d271d7cc
11 changed files with 61 additions and 47 deletions
|
|
@ -131,7 +131,7 @@ const char* GetOpName(opcodetype opcode)
|
|||
|
||||
// expanson
|
||||
case OP_NOP1 : return "OP_NOP1";
|
||||
case OP_NOP2 : return "OP_NOP2";
|
||||
case OP_CHECKLOCKTIMEVERIFY : return "OP_CHECKLOCKTIMEVERIFY";
|
||||
case OP_NOP3 : return "OP_NOP3";
|
||||
case OP_NOP4 : return "OP_NOP4";
|
||||
case OP_NOP5 : return "OP_NOP5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue