Skip to content

Commit 431d711

Browse files
committed
review changes
1 parent d0405a5 commit 431d711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hathor/transaction/scripts/opcode.py

+1
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ def execute_op_code(
641641
extras: auxiliary opcode arguments.
642642
context: the script context to be manipulated.
643643
"""
644+
log.append(f'Executing function opcode {opcode.name} ({hex(opcode.value)})')
644645
match opcode:
645646
case Opcode.OP_DUP: op_dup(stack)
646647
case Opcode.OP_EQUAL: op_equal(stack, log)

0 commit comments

Comments
 (0)