We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2d0f3 commit 4764eb7Copy full SHA for 4764eb7
1 file changed
operator/mina/lib/src/lib.rs
@@ -68,13 +68,11 @@ pub extern "C" fn verify_protocol_state_proof_ffi(
68
return false;
69
};
70
71
- println!("checking hash");
72
// check that protocol state hash is correct
73
// TODO(xqft): this can be a batcher's pre-verification check (but don't remove it from here)
74
if MinaHash::hash(&protocol_state) != protocol_state_hash {
75
76
}
77
- println!("hash checked");
78
79
// TODO(xqft): srs should be a static, but can't make it so because it doesn't have all its
80
// parameters initialized.
0 commit comments