diff options
Diffstat (limited to 'core/utils/round-based-config.go')
-rw-r--r-- | core/utils/round-based-config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils/round-based-config.go b/core/utils/round-based-config.go index 31f4416..83ffaca 100644 --- a/core/utils/round-based-config.go +++ b/core/utils/round-based-config.go @@ -20,7 +20,7 @@ package utils import ( "fmt" - "gitlab.com/byzantine-lab/tangerine-consensus/core/types" + "github.com/tangerine-network/tangerine-consensus/core/types" ) // RoundBasedConfig is based config for rounds and provide boundary checking |