We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0405a5 commit 431d711Copy full SHA for 431d711
hathor/transaction/scripts/opcode.py
@@ -641,6 +641,7 @@ def execute_op_code(
641
extras: auxiliary opcode arguments.
642
context: the script context to be manipulated.
643
"""
644
+ log.append(f'Executing function opcode {opcode.name} ({hex(opcode.value)})')
645
match opcode:
646
case Opcode.OP_DUP: op_dup(stack)
647
case Opcode.OP_EQUAL: op_equal(stack, log)
0 commit comments