aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/internal/compiler/compiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/evm/internal/compiler/compiler.go')
-rw-r--r--cmd/evm/internal/compiler/compiler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/evm/internal/compiler/compiler.go b/cmd/evm/internal/compiler/compiler.go
index a90007a03..ab46b784b 100644
--- a/cmd/evm/internal/compiler/compiler.go
+++ b/cmd/evm/internal/compiler/compiler.go
@@ -20,7 +20,7 @@ import (
"errors"
"fmt"
- "github.com/dexon-foundation/dexon/core/asm"
+ "github.com/tangerine-network/go-tangerine/core/asm"
)
func Compile(fn string, src []byte, debug bool) (string, error) {