aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/dkg.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/dkg.go')
-rw-r--r--core/types/dkg.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/types/dkg.go b/core/types/dkg.go
index a21c983..16737c6 100644
--- a/core/types/dkg.go
+++ b/core/types/dkg.go
@@ -20,8 +20,8 @@ package types
import (
"fmt"
- "github.com/dexon-foundation/dexon-consensus-core/crypto"
- "github.com/dexon-foundation/dexon-consensus-core/crypto/dkg"
+ "github.com/dexon-foundation/dexon-consensus-core/core/crypto"
+ "github.com/dexon-foundation/dexon-consensus-core/core/crypto/dkg"
)
// DKGPrivateShare describe a secret share in DKG protocol.