Skip to content

Commit 63e0adc

Browse files
authored
fix(webvh): store update key kms ids on create (#2801)
Signed-off-by: andres vallecilla <andresfelipe083195@hotmail.com>
1 parent ed2dbcd commit 63e0adc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/webvh/src/dids/WebVhDidRegistrar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class WebVhDidRegistrar implements DidRegistrar {
108108
keys,
109109
})
110110
didRecord.metadata.set(WebVhDidRecordMetadataKeys.DidLog, log)
111+
didRecord.metadata.set(WebVhDidRecordMetadataKeys.UpdateKeyKmsKeyIds, { [publicKeyMultibase]: keyId })
111112
didRecord.setTags({ domain: domainKey })
112113
await didRepository.save(agentContext, didRecord)
113114

0 commit comments

Comments
 (0)