mirror of
https://github.com/SwingbyProtocol/tss-lib.git
synced 2026-01-09 13:57:58 -05:00
Testing with fewer parties.
This commit is contained in:
@@ -9,6 +9,6 @@ package test
|
||||
const (
|
||||
// To change these parameters, you must first delete the text fixture files in test/_fixtures/ and then run the keygen test alone.
|
||||
// Then the signing and resharing tests will work with the new n, t configuration using the newly written fixture files.
|
||||
TestParticipants = 20
|
||||
TestParticipants = 5
|
||||
TestThreshold = TestParticipants / 2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user