Commit 34470fe4 authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent eb7ced13
...@@ -527,7 +527,7 @@ func NewFrontierInstructionSet() [256]Operation { ...@@ -527,7 +527,7 @@ func NewFrontierInstructionSet() [256]Operation {
Valid: true, Valid: true,
}, },
PUSH1: { PUSH1: {
Execute: makePush(1,1), Execute: makePush(1, 1),
GasCost: gas.Push, GasCost: gas.Push,
ValidateStack: mm.MakeStackFunc(0, 1), ValidateStack: mm.MakeStackFunc(0, 1),
Valid: true, Valid: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment