diff options
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.go b/tests/init.go index 188cdffe9..45562aabe 100644 --- a/tests/init.go +++ b/tests/init.go @@ -20,7 +20,7 @@ import ( "fmt" "math/big" - "github.com/ethereum/go-ethereum/params" + "github.com/dexon-foundation/dexon/params" ) // Forks table defines supported forks and their chain config. |