Skip to content

Commit ef96064

Browse files
committed
docs(tss): note the departure budget on an old key
1 parent 1d9c383 commit ef96064

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

universalClient/tss/coordinator/coordinator.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,9 @@ func (c *Coordinator) fundMigrateParticipants(
12231223
// Fails rather than returning a set that is already too small. Too few
12241224
// surviving shareholders means no subset can sign, and proceeding anyway would
12251225
// 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.
12261229
func (c *Coordinator) fundMigrateEligible(
12271230
ctx context.Context,
12281231
event store.Event,

0 commit comments

Comments
 (0)