This commit is contained in:
mhchia
2023-12-13 01:11:07 +08:00
parent 563dce0885
commit 5b07dd564b

View File

@@ -5,5 +5,8 @@ export async function verifyProof(
verificationKeyPath: string,
srsPath: string,
) {
// TODO: use @ezkljs/engine to verify the proof
// Data consumer should already have srsPath instead of getting it
// from the data provider.
return true;
}