diff options
Diffstat (limited to 'core/constant.go')
-rw-r--r-- | core/constant.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/constant.go b/core/constant.go index 0d23d00..25a2bfc 100644 --- a/core/constant.go +++ b/core/constant.go @@ -17,7 +17,7 @@ package core -import "gitlab.com/byzantine-lab/tangerine-consensus/core/utils" +import "github.com/tangerine-network/tangerine-consensus/core/utils" // ConfigRoundShift refers to the difference between block's round and config // round derived from its state. |