diff options
Diffstat (limited to 'tests/gen_vmexec.go')
-rw-r--r-- | tests/gen_vmexec.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gen_vmexec.go b/tests/gen_vmexec.go index a5f01cf45..b8d969870 100644 --- a/tests/gen_vmexec.go +++ b/tests/gen_vmexec.go @@ -7,9 +7,9 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/hexutil" - "github.com/ethereum/go-ethereum/common/math" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/common/hexutil" + "github.com/dexon-foundation/dexon/common/math" ) var _ = (*vmExecMarshaling)(nil) |