We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2dbcd commit 63e0adcCopy full SHA for 63e0adc
1 file changed
packages/webvh/src/dids/WebVhDidRegistrar.ts
@@ -108,6 +108,7 @@ export class WebVhDidRegistrar implements DidRegistrar {
108
keys,
109
})
110
didRecord.metadata.set(WebVhDidRecordMetadataKeys.DidLog, log)
111
+ didRecord.metadata.set(WebVhDidRecordMetadataKeys.UpdateKeyKmsKeyIds, { [publicKeyMultibase]: keyId })
112
didRecord.setTags({ domain: domainKey })
113
await didRepository.save(agentContext, didRecord)
114
0 commit comments