diff options
Diffstat (limited to 'cmd/evm/compiler.go')
-rw-r--r-- | cmd/evm/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/evm/compiler.go b/cmd/evm/compiler.go index c019a2fe7..e56dcb877 100644 --- a/cmd/evm/compiler.go +++ b/cmd/evm/compiler.go @@ -21,7 +21,7 @@ import ( "fmt" "io/ioutil" - "github.com/ethereum/go-ethereum/cmd/evm/internal/compiler" + "github.com/dexon-foundation/dexon/cmd/evm/internal/compiler" cli "gopkg.in/urfave/cli.v1" ) |