File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/functional/test_framework Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ enum opcodetype
209209 // Opcode added by BIP 342 (Tapscript)
210210 OP_CHECKSIGADD = 0xba ,
211211
212- // Opcode added by BIP xx (Tapscript-only, formerly OP_SUCCESS187 )
213- OP_TEMPLATEHASH = 0xbb ,
212+ // Opcode added by BIP xx (Tapscript-only, formerly OP_SUCCESS206 )
213+ OP_TEMPLATEHASH = 0xce ,
214214
215215 OP_INVALIDOPCODE = 0xff ,
216216};
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ def __new__(cls, n):
250250# BIP 342 opcodes (Tapscript)
251251OP_CHECKSIGADD = CScriptOp (0xba )
252252
253- # BIP xx opcode (Tapscript-only, formerly OP_SUCCESS187 )
254- OP_TEMPLATEHASH = CScriptOp (0xbb )
253+ # BIP xx opcode (Tapscript-only, formerly OP_SUCCESS206 )
254+ OP_TEMPLATEHASH = CScriptOp (0xce )
255255
256256OP_INVALIDOPCODE = CScriptOp (0xff )
257257
You can’t perform that action at this time.
0 commit comments