Skip to content

Commit

Permalink
chore(cometbls-near): disable non-native zk verification
Browse files Browse the repository at this point in the history
Signed-off-by: aeryz <[email protected]>
  • Loading branch information
aeryz committed Jul 24, 2024
1 parent 236f922 commit ca14ed2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions light-clients/cometbls/near/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ impl Contract {
return false;
}

cometbls_groth16_verifier::verify_zkp(
&self.client_state.chain_id,
trusted_validators_hash,
&header.signed_header,
header.zero_knowledge_proof,
)
.unwrap();
// cometbls_groth16_verifier::verify_zkp(
// &self.client_state.chain_id,
// trusted_validators_hash,
// &header.signed_header,
// header.zero_knowledge_proof,
// )
// .unwrap();

true
}
Expand Down

0 comments on commit ca14ed2

Please sign in to comment.