|
@ -1070,7 +1070,7 @@ export async function generateEndorserJwtForAccount( |
|
|
contactInfo.own.profileImageUrl = profileImageUrl; |
|
|
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) { |
|
|
if (includeNextKeyIfDerived && account?.mnemonic && account?.derivationPath) { |
|
|
const newDerivPath = nextDerivationPath(account.derivationPath as string); |
|
|
const newDerivPath = nextDerivationPath(account.derivationPath as string); |
|
|
const nextPublicHex = deriveAddress( |
|
|
const nextPublicHex = deriveAddress( |
|
|