aboutsummaryrefslogtreecommitdiffstats
path: root/core/nonblocking.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/nonblocking.go')
-rw-r--r--core/nonblocking.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/nonblocking.go b/core/nonblocking.go
index 1aee401..860464c 100644
--- a/core/nonblocking.go
+++ b/core/nonblocking.go
@@ -21,8 +21,8 @@ import (
"fmt"
"sync"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
)
type blockConfirmedEvent struct {