There was an error while loading. Please reload this page.
1 parent 1d9c383 commit ef96064Copy full SHA for ef96064
1 file changed
universalClient/tss/coordinator/coordinator.go
@@ -1223,6 +1223,9 @@ func (c *Coordinator) fundMigrateParticipants(
1223
// Fails rather than returning a set that is already too small. Too few
1224
// surviving shareholders means no subset can sign, and proceeding anyway would
1225
// stall the session on an ACK that is never coming instead of reporting why.
1226
+//
1227
+// Nothing here can rebuild a lost quorum: an old key of N tolerates only
1228
+// N-threshold(N) departures, so migration must follow keygen promptly.
1229
func (c *Coordinator) fundMigrateEligible(
1230
ctx context.Context,
1231
event store.Event,
0 commit comments