diff options
Diffstat (limited to 'params/gen_dexcon_config.go')
-rw-r--r-- | params/gen_dexcon_config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/params/gen_dexcon_config.go b/params/gen_dexcon_config.go index dbceb1676..28e2775ff 100644 --- a/params/gen_dexcon_config.go +++ b/params/gen_dexcon_config.go @@ -6,8 +6,8 @@ import ( "encoding/json" "math/big" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/math" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/math" ) var _ = (*dexconConfigSpecMarshaling)(nil) |