aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/vote.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/vote.go')
-rw-r--r--core/types/vote.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/types/vote.go b/core/types/vote.go
index b538c8c..0150645 100644
--- a/core/types/vote.go
+++ b/core/types/vote.go
@@ -20,9 +20,9 @@ package types
import (
"fmt"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- cryptoDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
+ cryptoDKG "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
)
// VoteType is the type of vote.