forked from trent_larson/crowd-funder-for-time-pwa
tweak verbiage
This commit is contained in:
@@ -1070,7 +1070,7 @@ export async function generateEndorserJwtForAccount(
|
||||
contactInfo.own.profileImageUrl = profileImageUrl;
|
||||
}
|
||||
|
||||
// Add the next key -- but note that it makes the QR more detailed
|
||||
// Add the next key -- not recommended for the QR code for such a high resolution
|
||||
if (includeNextKeyIfDerived && account?.mnemonic && account?.derivationPath) {
|
||||
const newDerivPath = nextDerivationPath(account.derivationPath as string);
|
||||
const nextPublicHex = deriveAddress(
|
||||
|
||||
Reference in New Issue
Block a user