From d4fdd438e96886d531c096df78132ba763b14b61 Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Thu, 29 Feb 2024 16:48:31 -0800 Subject: [PATCH] docs: clarification on adding the ability to convert issuers --- packages/ERTP/src/types-ambient.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/ERTP/src/types-ambient.js b/packages/ERTP/src/types-ambient.js index 24e065469adc..46b1ea472aa3 100644 --- a/packages/ERTP/src/types-ambient.js +++ b/packages/ERTP/src/types-ambient.js @@ -227,9 +227,10 @@ * upgradeIssuerKit defaults to the predecessor's `RecoverySetsOption` state, or * `'hasRecoverySets'` if none. * - * At this time, a `'noRecoverySets'` predecessor cannot be upgraded to a - * `'hasRecoverySets'` successor. If it turns out this transition is needed, it - * can likely be supported in a future upgrade. + * At this time, issuers started in one of the states (`'noRecoverySets'`, or + * `'hasRecoverySets'`) cannot be converted to the other on upgrade. If this + * transition is needed, it can likely be supported in a future upgrade. File an + * issue on github and explain what you need and why. * * @typedef {'hasRecoverySets' | 'noRecoverySets'} RecoverySetsOption */