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 45562aabe..195c6da19 100644 --- a/tests/init.go +++ b/tests/init.go @@ -20,7 +20,7 @@ import ( "fmt" "math/big" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/params" ) // Forks table defines supported forks and their chain config. |