aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block_test.go')
-rw-r--r--core/types/block_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/types/block_test.go b/core/types/block_test.go
index da53494..991ded6 100644
--- a/core/types/block_test.go
+++ b/core/types/block_test.go
@@ -26,9 +26,9 @@ import (
"github.com/stretchr/testify/suite"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- "github.com/byzantine-lab/go-tangerine/rlp"
+ "github.com/tangerine-network/go-tangerine/rlp"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
)
type BlockTestSuite struct {