aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer/consensus.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/syncer/consensus.go')
-rw-r--r--core/syncer/consensus.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/syncer/consensus.go b/core/syncer/consensus.go
index 496c0f9..9fc02af 100644
--- a/core/syncer/consensus.go
+++ b/core/syncer/consensus.go
@@ -24,12 +24,12 @@ import (
"sync"
"time"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core"
- "github.com/dexon-foundation/dexon-consensus/core/crypto"
- "github.com/dexon-foundation/dexon-consensus/core/db"
- "github.com/dexon-foundation/dexon-consensus/core/types"
- "github.com/dexon-foundation/dexon-consensus/core/utils"
+ "gitlab.com/byzantine-lab/tangerine-consensus/common"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/db"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/utils"
)
var (