Skip to content

Commit

Permalink
program: compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed May 10, 2024
1 parent 58e5d86 commit 1e153dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbos/programs/native.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func callProgram(
db := interpreter.Evm().StateDB
debug := stylusParams.debugMode

if len(asm) == 0 {
if len(localAsm) == 0 {
log.Error("missing asm", "program", address, "module", moduleHash)
panic("missing asm")
}
Expand Down

0 comments on commit 1e153dd

Please sign in to comment.