diff --git a/core/vm/stack_table.go b/core/vm/stack_table.go index 9da51ff1e5..983867f655 100644 --- a/core/vm/stack_table.go +++ b/core/vm/stack_table.go @@ -30,4 +30,4 @@ func maxDupStack(n int) int { func maxStack(pop, push int) int { return int(params.StackLimit) + pop - push -} \ No newline at end of file +}