Skip to content

Commit 6a07265

Browse files
committed
adjust minimum dkg participant number
1 parent 9d515f9 commit 6a07265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/tss/types/tss.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
var (
2323
// minimum dkg participant number
24-
MinDKGParticipantNum = 3
24+
MinDKGParticipantNum = 2
2525

2626
// minimum dkg threshold
2727
MinDKGThreshold = 2

0 commit comments

Comments
 (0)