aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block.go')
-rw-r--r--core/types/block.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/types/block.go b/core/types/block.go
index d845dd5..4c71d9f 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -25,10 +25,10 @@ import (
"io"
"time"
- "github.com/byzantine-lab/go-tangerine/rlp"
+ "github.com/tangerine-network/go-tangerine/rlp"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
)
// GenesisHeight refers to the initial height the genesis block should be.