diff options
Diffstat (limited to 'core/blockchain.go')
-rw-r--r-- | core/blockchain.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/blockchain.go b/core/blockchain.go index c243c8fc5..6dbfb1339 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -28,8 +28,8 @@ import ( "sync/atomic" "time" - dexCore "github.com/dexon-foundation/dexon-consensus/core" - coreTypes "github.com/dexon-foundation/dexon-consensus/core/types" + dexCore "github.com/dexon-foundation/dexon/dex/consensus/core" + coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types" lru "github.com/hashicorp/golang-lru" "github.com/dexon-foundation/dexon/common" |