Skip to content

Commit

Permalink
refactor: change buggy proofid
Browse files Browse the repository at this point in the history
  • Loading branch information
fiamma-builder committed Oct 12, 2024
1 parent 7928ebb commit 4e7ed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/zkpverify/keeper/msg_server_submit_proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (k msgServer) SubmitProof(goCtx context.Context, msg *types.MsgSubmitProof)
if proofData.ProofSystem == types.ProofSystem_GROTH16_BN254_BITVM {
// TODO: remove this
// This is a buggy proofId for testing the bitvm challenge process
if proofIdStr == "d14058dd7a41147beb577014cb2a356d52500f300c35b5f5ae8da89e47c4ec59" {
if proofIdStr == "12b16425935e229b45436571f22e5cbf051b0d5430c717e6ab209d4e98944691" {
result = false
}
bitvmChallengeData := types.BitVMChallengeData{
Expand Down

0 comments on commit 4e7ed27

Please sign in to comment.