Skip to content
Snippets Groups Projects

feat: ocm did svdx generation for sender OP#250

Merged Alexey Lunin requested to merge feat/250-hin-ocm into main
All threads resolved!
Files
3
@@ -40,7 +40,7 @@ export class CatalogClient {
did: didSvdx,
});
} catch (e) {
this.logger.debug("storeMapping failed", e);
this.logger.debug("createAccount failed", e);
throw e;
}
};
Loading