diff options
Diffstat (limited to 'core/utils/penalty-helper_test.go')
-rw-r--r-- | core/utils/penalty-helper_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/utils/penalty-helper_test.go b/core/utils/penalty-helper_test.go index 3e4f8b5..b5528a4 100644 --- a/core/utils/penalty-helper_test.go +++ b/core/utils/penalty-helper_test.go @@ -22,12 +22,12 @@ import ( "github.com/stretchr/testify/suite" - "github.com/dexon-foundation/dexon-consensus/common" - "github.com/dexon-foundation/dexon-consensus/core/crypto" - "github.com/dexon-foundation/dexon-consensus/core/crypto/dkg" - "github.com/dexon-foundation/dexon-consensus/core/crypto/ecdsa" - "github.com/dexon-foundation/dexon-consensus/core/types" - typesDKG "github.com/dexon-foundation/dexon-consensus/core/types/dkg" + "gitlab.com/byzantine-lab/tangerine-consensus/common" + "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto" + "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg" + "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/ecdsa" + "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg" ) type PenaltyHelperTestSuite struct { |