diff options
Diffstat (limited to 'tests/gen_stenv.go')
-rw-r--r-- | tests/gen_stenv.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gen_stenv.go b/tests/gen_stenv.go index 1d4baf2fd..4990ef68b 100644 --- a/tests/gen_stenv.go +++ b/tests/gen_stenv.go @@ -7,8 +7,8 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/math" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/common/math" ) var _ = (*stEnvMarshaling)(nil) |