aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blockchain.go')
-rw-r--r--core/blockchain.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/blockchain.go b/core/blockchain.go
index e84e688c7..76d490d65 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -28,9 +28,9 @@ import (
"sync/atomic"
"time"
- dexCore "github.com/byzantine-lab/dexon-consensus/core"
- coreTypes "github.com/byzantine-lab/dexon-consensus/core/types"
lru "github.com/hashicorp/golang-lru"
+ dexCore "github.com/tangerine-network/tangerine-consensus/core"
+ coreTypes "github.com/tangerine-network/tangerine-consensus/core/types"
"github.com/tangerine-network/go-tangerine/common"
"github.com/tangerine-network/go-tangerine/common/math"