aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dkg/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dkg/utils.go')
-rw-r--r--crypto/dkg/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dkg/utils.go b/crypto/dkg/utils.go
index dddb546..3684964 100644
--- a/crypto/dkg/utils.go
+++ b/crypto/dkg/utils.go
@@ -20,7 +20,7 @@ package dkg
import (
"fmt"
- "github.com/herumi/bls/ffi/go/bls"
+ "github.com/Spiderpowa/bls/ffi/go/bls"
"github.com/dexon-foundation/dexon-consensus-core/crypto"
)