aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb/accessors_core_chain_tip.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/rawdb/accessors_core_chain_tip.go')
-rw-r--r--core/rawdb/accessors_core_chain_tip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rawdb/accessors_core_chain_tip.go b/core/rawdb/accessors_core_chain_tip.go
index 740fb470f..6c77d3544 100644
--- a/core/rawdb/accessors_core_chain_tip.go
+++ b/core/rawdb/accessors_core_chain_tip.go
@@ -3,9 +3,9 @@ package rawdb
import (
"bytes"
- coreCommon "github.com/byzantine-lab/dexon-consensus/common"
"github.com/tangerine-network/go-tangerine/log"
"github.com/tangerine-network/go-tangerine/rlp"
+ coreCommon "github.com/tangerine-network/tangerine-consensus/common"
)
func ReadCoreCompactionChainTipRLP(db DatabaseReader) (rlp.RawValue, error) {