aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index 8ec4f62..2798469 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -20,10 +20,10 @@ package core
import (
"time"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- "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/crypto"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
+ typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
)
// Application describes the application interface that interacts with DEXON