chore: improve debug

This commit is contained in:
darshankabariya 2025-04-23 18:11:12 +05:30
parent c791d505a3
commit 5a781aa393

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)