aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb
diff options
context:
space:
mode:
Diffstat (limited to 'core/rawdb')
-rw-r--r--core/rawdb/accessors_core_block.go2
-rw-r--r--core/rawdb/accessors_core_chain_tip.go2
-rw-r--r--core/rawdb/accessors_core_dkg_private_key.go2
-rw-r--r--core/rawdb/accessors_core_dkg_protocol.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/rawdb/accessors_core_block.go b/core/rawdb/accessors_core_block.go
index 7484802a0..fba00d243 100644
--- a/core/rawdb/accessors_core_block.go
+++ b/core/rawdb/accessors_core_block.go
@@ -3,7 +3,7 @@ package rawdb
import (
"bytes"
- coreTypes "github.com/byzantine-lab/dexon-consensus/core/types"
+ coreTypes "github.com/tangerine-network/tangerine-consensus/core/types"
"github.com/tangerine-network/go-tangerine/common"
"github.com/tangerine-network/go-tangerine/log"
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) {
diff --git a/core/rawdb/accessors_core_dkg_private_key.go b/core/rawdb/accessors_core_dkg_private_key.go
index 51938f204..9d95ce955 100644
--- a/core/rawdb/accessors_core_dkg_private_key.go
+++ b/core/rawdb/accessors_core_dkg_private_key.go
@@ -3,9 +3,9 @@ package rawdb
import (
"bytes"
- coreDKG "github.com/byzantine-lab/dexon-consensus/core/crypto/dkg"
"github.com/tangerine-network/go-tangerine/log"
"github.com/tangerine-network/go-tangerine/rlp"
+ coreDKG "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
)
type dkgPrivateKey struct {
diff --git a/core/rawdb/accessors_core_dkg_protocol.go b/core/rawdb/accessors_core_dkg_protocol.go
index b6ec532cd..373e902ad 100644
--- a/core/rawdb/accessors_core_dkg_protocol.go
+++ b/core/rawdb/accessors_core_dkg_protocol.go
@@ -3,9 +3,9 @@ package rawdb
import (
"bytes"
- coreDb "github.com/byzantine-lab/dexon-consensus/core/db"
"github.com/tangerine-network/go-tangerine/log"
"github.com/tangerine-network/go-tangerine/rlp"
+ coreDb "github.com/tangerine-network/tangerine-consensus/core/db"
)
func ReadCoreDKGProtocolRLP(db DatabaseReader) rlp.RawValue {