aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer/watch-cat.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-06-11 00:05:10 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-23 15:59:05 +0800
commit49122d18b028b3d8b9f409314835ecc780adc608 (patch)
treeb67238739d58c7edcbc20a3caa2dbbf0806695e9 /core/syncer/watch-cat.go
parent42d585f1e5c9420f15b1d7333e7874a04345cc36 (diff)
downloadtangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.gz
tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.tar.zst
tangerine-consensus-49122d18b028b3d8b9f409314835ecc780adc608.zip
Update import path
Diffstat (limited to 'core/syncer/watch-cat.go')
-rw-r--r--core/syncer/watch-cat.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/syncer/watch-cat.go b/core/syncer/watch-cat.go
index f2e197e..ba385bc 100644
--- a/core/syncer/watch-cat.go
+++ b/core/syncer/watch-cat.go
@@ -21,10 +21,10 @@ import (
"context"
"time"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core"
- "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/types"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/utils"
)
type configReader interface {