Skip to content

Commit e5732ef

Browse files
committed
add create proof algorithm
Signed-off-by: PatStLouis <[email protected]>
1 parent 7bb2c58 commit e5732ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const ISOTimeStamp = ({date = new Date()} = {}) => {
4242

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

45-
export const secureCredential = async ({
45+
export const createInitialVc = async ({
4646
issuer,
4747
vc,
4848
mandatoryPointers,

0 commit comments

Comments
 (0)