We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab6f6d commit 368be0fCopy full SHA for 368be0f
examples/rt.js
@@ -141,7 +141,7 @@ async function main({credential, documentLoader}) {
141
vcEcdsaKeyPair.controller = vpDidDocument.id;
142
// setup VP ecdsa-rdfc-2019 signing suite
143
const vpSigningSuite = new DataIntegrityProof({
144
- signer: vcEcdsaKeyPair.signer(),
+ signer: vpEcdsaKeyPair.signer(),
145
// date: '2023-01-01T01:01:01Z',
146
cryptosuite: ecdsaRdfc2019Cryptosuite
147
});
0 commit comments