diff options
Diffstat (limited to 'core/asm/asm.go')
-rw-r--r-- | core/asm/asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/asm/asm.go b/core/asm/asm.go index 4257198cc..8dbb45ed3 100644 --- a/core/asm/asm.go +++ b/core/asm/asm.go @@ -21,7 +21,7 @@ import ( "encoding/hex" "fmt" - "github.com/ethereum/go-ethereum/core/vm" + "github.com/dexon-foundation/dexon/core/vm" ) // Iterator for disassembled EVM instructions |