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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/dkg/utils.go b/core/crypto/dkg/utils.go
index 45c4a27..f8d11b3 100644
--- a/core/crypto/dkg/utils.go
+++ b/core/crypto/dkg/utils.go
@@ -20,7 +20,7 @@ package dkg
import (
"fmt"
- "github.com/Spiderpowa/bls/ffi/go/bls"
+ "github.com/dexon-foundation/bls/ffi/go/bls"
"github.com/dexon-foundation/dexon-consensus-core/core/crypto"
)