chore: improve debug

This commit is contained in:
darshankabariya 2025-04-23 18:06:10 +05:30
parent a350f3f873
commit 260a49774c

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)