Skip to content

Commit f7effef

Browse files
committed
internal/evm: fix STATICCALL stack
1 parent 54696ce commit f7effef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/evm/ops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ var oplist = []*Op{
419419
{
420420
Name: "STATICCALL",
421421
Code: 0xfa,
422-
in: stack{"gas", "address", "value", "inOffset", "inLength", "returnOffset", "returnLength"},
422+
in: stack{"gas", "address", "inOffset", "inLength", "returnOffset", "returnLength"},
423423
out: stack{"ok"},
424424
},
425425
{

0 commit comments

Comments
 (0)