Skip to content

Commit

Permalink
#86drw9whb - When compiling more extent smart contracts it's logging …
Browse files Browse the repository at this point in the history
…empty lines
  • Loading branch information
jplippi committed Apr 1, 2024
1 parent d15ecaf commit 39e838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa3/internal/compiler/codegenerator/engine/neoengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ def execute(self, entry_point: int) -> set[int]:
def _execute_instruction(self, current_opcode: VMCode):
match current_opcode.opcode:
case Opcode.INITSLOT | Opcode.INITSSLOT:
print()
return
case Opcode.RET:
self._state_stack.pop()

0 comments on commit 39e838f

Please sign in to comment.