aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/node.go')
-rw-r--r--simulation/node.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/simulation/node.go b/simulation/node.go
index 0c2dfa6..34b7b5d 100644
--- a/simulation/node.go
+++ b/simulation/node.go
@@ -22,13 +22,13 @@ import (
"fmt"
"time"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/db"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/test"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
- "gitlab.com/byzantine-lab/tangerine-consensus/simulation/config"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
+ "github.com/tangerine-network/tangerine-consensus/core/db"
+ "github.com/tangerine-network/tangerine-consensus/core/test"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
+ "github.com/tangerine-network/tangerine-consensus/simulation/config"
)
type serverNotification string