From 675a9441784b14ee4bd996832c4431adc291c5af Mon Sep 17 00:00:00 2001 From: Jhih-Ming Huang Date: Wed, 10 Apr 2019 22:29:35 +0800 Subject: fixup! Change import go github.com/dexon-foundation/dexon --- core/blockchain.go | 2 +- core/headerchain.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/blockchain.go b/core/blockchain.go index 3f0e7203e..feb61fee6 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -30,7 +30,7 @@ import ( dexCore "github.com/dexon-foundation/dexon-consensus/core" coreTypes "github.com/dexon-foundation/dexon-consensus/core/types" - "github.com/hashicorp/golang-lru" + lru "github.com/hashicorp/golang-lru" "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/common/math" diff --git a/core/headerchain.go b/core/headerchain.go index b6aa66b60..aa6144fcf 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -30,6 +30,7 @@ import ( 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" + lru "github.com/hashicorp/golang-lru" "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/consensus" @@ -42,7 +43,6 @@ import ( "github.com/dexon-foundation/dexon/params" "github.com/dexon-foundation/dexon/rlp" "github.com/dexon-foundation/dexon/trie" - "github.com/hashicorp/golang-lru" ) const ( -- cgit v1.2.3