diff options
author | Hao <hao@byzantine-lab.io> | 2019-09-16 14:50:28 +0800 |
---|---|---|
committer | Hao <hao@byzantine-lab.io> | 2019-09-17 11:05:19 +0800 |
commit | 1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f (patch) | |
tree | 8d84e1f0d02d1a2c6c32edc2e00b01bd0a8c8e3e /core/crypto/interfaces.go | |
parent | f512ccb3c6a67216c064f719554f21b7ccea1a1e (diff) | |
download | tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.gz tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.tar.zst tangerine-consensus-1eecef2512d9c8a2bd3c0ef4af7a7b830fa30a0f.zip |
misc: migrate to github.com/tangerine-network
Diffstat (limited to 'core/crypto/interfaces.go')
-rw-r--r-- | core/crypto/interfaces.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/interfaces.go b/core/crypto/interfaces.go index 80ed8a9..7eb27d5 100644 --- a/core/crypto/interfaces.go +++ b/core/crypto/interfaces.go @@ -18,7 +18,7 @@ package crypto import ( - "gitlab.com/byzantine-lab/tangerine-consensus/common" + "github.com/tangerine-network/tangerine-consensus/common" ) // Signature is the basic signature type in DEXON. |