Skip to content

Commit

Permalink
add create proof algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Nov 20, 2024
1 parent 3811fd7 commit 73b5016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ISOTimeStamp = ({date = new Date()} = {}) => {

export const config = JSON.parse(readFileSync('./config/runner.json'));

export const secureCredential = async ({
export const createInitialVc = async ({
issuer,
vc,
mandatoryPointers,
Expand Down

0 comments on commit 73b5016

Please sign in to comment.