Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Aug 14, 2024
1 parent 3ab6f6d commit 368be0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rt.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function main({credential, documentLoader}) {
vcEcdsaKeyPair.controller = vpDidDocument.id;
// setup VP ecdsa-rdfc-2019 signing suite
const vpSigningSuite = new DataIntegrityProof({
signer: vcEcdsaKeyPair.signer(),
signer: vpEcdsaKeyPair.signer(),
// date: '2023-01-01T01:01:01Z',
cryptosuite: ecdsaRdfc2019Cryptosuite
});
Expand Down

0 comments on commit 368be0f

Please sign in to comment.