chore: improve debug

This commit is contained in:
darshankabariya 2025-04-23 18:11:12 +05:30
parent 260a49774c
commit fd535bd17e

View File

@ -562,7 +562,7 @@ method verifyProof*(
return err("could not verify the proof")
debug "Verification successfully", proof = proof
debug "------"output = ffiOk
debug "------", output = ffiOk
return ok(validProof)