aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils/utils.go')
-rw-r--r--core/utils/utils.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/utils.go b/core/utils/utils.go
index 1d650bf..ec293f2 100644
--- a/core/utils/utils.go
+++ b/core/utils/utils.go
@@ -21,9 +21,9 @@ import (
"context"
"fmt"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
- typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
+ typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
)
var dkgDelayRound uint64