Clarify regeneration vs. duplicates comment

This commit is contained in:
Max Radermacher 2026-06-05 12:12:24 -05:00 committed by GitHub
parent c38b1309dd
commit b957357516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1269,7 +1269,7 @@ public class RegistrationCoordinatorImpl: RegistrationCoordinator {
// but these values aren't persisted to their final destination until the very end of
// registration, so persiting the these values once at the start is the easiest way to
// avoid problems.
// Note: We should not reuse existing registration ids if we are reregistering
// Note: We should generate new registration ids if we are reregistering
updatePersistedState(tx) {
if $0.aciRegistrationId == nil {
$0.aciRegistrationId = RegistrationIdGenerator.generate()