aboutsummaryrefslogtreecommitdiffstats
path: root/core/crypto/dkg/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto/dkg/utils.go')
-rw-r--r--core/crypto/dkg/utils.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/crypto/dkg/utils.go b/core/crypto/dkg/utils.go
index 3f9c123..2956582 100644
--- a/core/crypto/dkg/utils.go
+++ b/core/crypto/dkg/utils.go
@@ -22,9 +22,9 @@ import (
"fmt"
"math/rand"
- "github.com/byzantine-lab/bls/ffi/go/bls"
+ "github.com/tangerine-network/bls/ffi/go/bls"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
)
// PartialSignature is a partial signature in DKG+TSIG protocol.