diff options
Diffstat (limited to 'core/crypto/dkg/constant.go')
-rw-r--r-- | core/crypto/dkg/constant.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/dkg/constant.go b/core/crypto/dkg/constant.go index 3f6627b..34d7606 100644 --- a/core/crypto/dkg/constant.go +++ b/core/crypto/dkg/constant.go @@ -18,7 +18,7 @@ package dkg import ( - "github.com/byzantine-lab/bls/ffi/go/bls" + "github.com/tangerine-network/bls/ffi/go/bls" ) const ( |