aboutsummaryrefslogtreecommitdiffstats
path: root/core/agreement-mgr.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/agreement-mgr.go')
-rw-r--r--core/agreement-mgr.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/agreement-mgr.go b/core/agreement-mgr.go
index b57e4ee..59c97b8 100644
--- a/core/agreement-mgr.go
+++ b/core/agreement-mgr.go
@@ -26,10 +26,10 @@ import (
lru "github.com/hashicorp/golang-lru"
- "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"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/utils"
+ "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"
+ "github.com/tangerine-network/tangerine-consensus/core/utils"
)
// Errors returned from BA modules