You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating a credential status and keyRef is not specified, the first key of the identifier is picked to sign the transaction. This is allowed according to the LTO specs. However, it would be nicer to use the same key that was used to sign the credential by default.
When updating a credential status and
keyRef
is not specified, the first key of the identifier is picked to sign the transaction. This is allowed according to the LTO specs. However, it would be nicer to use the same key that was used to sign the credential by default.lto-veramo-plugin/src/lto-credential-plugin.ts
Lines 212 to 213 in fa2a764
If the preferred key is no longer available, use the first key.
The text was updated successfully, but these errors were encountered: