chore: improve debug

This commit is contained in:
darshankabariya 2025-04-23 18:06:10 +05:30
parent 9977b9337a
commit ed52fecf2c

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)