chore: improve debug

This commit is contained in:
darshankabariya 2025-04-23 18:06:10 +05:30
parent 4c77808f36
commit c791d505a3

View File

@ -561,7 +561,8 @@ method verifyProof*(
warn "verify_with_roots() returned failure status", proof = proof
return err("could not verify the proof")
debug "Verification successfully", proof = proof, output = ffiOk
debug "Verification successfully", proof = proof
debug "------"output = ffiOk
return ok(validProof)