aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state-change-request.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/state-change-request.go')
-rw-r--r--core/test/state-change-request.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/test/state-change-request.go b/core/test/state-change-request.go
index fe31186..5858b3d 100644
--- a/core/test/state-change-request.go
+++ b/core/test/state-change-request.go
@@ -21,11 +21,11 @@ import (
"fmt"
"time"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
- typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg"
- "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"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
+ typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
)
// StateChangeType is the type of state change request.