diff options
Diffstat (limited to 'core/utils/round-event.go')
-rw-r--r-- | core/utils/round-event.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/round-event.go b/core/utils/round-event.go index 35a2fe4..67850a7 100644 --- a/core/utils/round-event.go +++ b/core/utils/round-event.go @@ -22,9 +22,9 @@ import ( "fmt" "sync" - "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" ) // ErrUnmatchedBlockHeightWithConfig is for invalid parameters for NewRoundEvent. |