diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-02 12:04:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb (patch) | |
tree | 7d8f5d9389bc1277a4ea5277278f03a55212404b /core/blockchain.go | |
parent | 012b3d933bd021e6487fe3f7178d99459fbfb326 (diff) | |
download | dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar.gz dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar.bz2 dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar.lz dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar.xz dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.tar.zst dexon-1e90f665fafb9bd4d5e12dd07585b99d7dc55dfb.zip |
Rename import due to dexon-consensus rename
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 afdbb0c7a..b5f20bbd5 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -28,8 +28,8 @@ import ( "sync/atomic" "time" - coreCommon "github.com/dexon-foundation/dexon-consensus-core/common" - coreTypes "github.com/dexon-foundation/dexon-consensus-core/core/types" + coreCommon "github.com/dexon-foundation/dexon-consensus/common" + coreTypes "github.com/dexon-foundation/dexon-consensus/core/types" "github.com/hashicorp/golang-lru" "github.com/dexon-foundation/dexon/common" |