diff options
Diffstat (limited to 'core/headerchain.go')
-rw-r--r-- | core/headerchain.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/headerchain.go b/core/headerchain.go index ef77aa28a..cd90594bb 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -27,9 +27,9 @@ import ( "sync/atomic" "time" - dexCore "github.com/dexon-foundation/dexon-consensus/core" - coreCrypto "github.com/dexon-foundation/dexon-consensus/core/crypto" - coreTypes "github.com/dexon-foundation/dexon-consensus/core/types" + dexCore "github.com/dexon-foundation/dexon/dex/consensus/core" + coreCrypto "github.com/dexon-foundation/dexon/dex/consensus/core/crypto" + coreTypes "github.com/dexon-foundation/dexon/dex/consensus/core/types" lru "github.com/hashicorp/golang-lru" "github.com/dexon-foundation/dexon/common" |