comment bellman verify

This commit is contained in:
Drygin Alexander 2019-06-23 16:02:11 +03:00
parent 0fd901c072
commit a2d2712f5a

View File

@ -28,6 +28,7 @@ impl ProofManager {
result = 0 result = 0
} }
/*
//////////////// vk //////////////// vk
let vk_byte = " let vk_byte = "
@ -79,6 +80,7 @@ impl ProofManager {
&proof, &proof,
pub_input pub_input
).unwrap(); ).unwrap();
*/
// update proof status // update proof status
self.proofs.insert(proof_id, result); self.proofs.insert(proof_id, result);