diff options
Diffstat (limited to 'core/crypto/utils.go')
-rw-r--r-- | core/crypto/utils.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/crypto/utils.go b/core/crypto/utils.go index 303d9d8..9b7c39a 100644 --- a/core/crypto/utils.go +++ b/core/crypto/utils.go @@ -21,9 +21,9 @@ import ( "encoding/hex" "fmt" - "github.com/byzantine-lab/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/crypto" - "gitlab.com/byzantine-lab/tangerine-consensus/common" + "github.com/tangerine-network/tangerine-consensus/common" ) var ( |