aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/stack_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/stack_table.go')
-rw-r--r--core/vm/stack_table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/stack_table.go b/core/vm/stack_table.go
index a4b1cfcd8..df544aef8 100644
--- a/core/vm/stack_table.go
+++ b/core/vm/stack_table.go
@@ -19,7 +19,7 @@ package vm
import (
"fmt"
- "github.com/ethereum/go-ethereum/params"
+ "github.com/dexon-foundation/dexon/params"
)
func makeStackFunc(pop, push int) stackValidationFunc {