Skip to content

Commit

Permalink
WIP fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Nov 10, 2023
1 parent 512cf19 commit 2b6d037
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/recursion/plonk/verifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ func getInner(assert *test.Assert, field, outer *big.Int) (constraint.Constraint
backend.WithVerifierChallengeHashFunction(fsVerifierHasher),
backend.WithVerifierKZGFoldingHashFunction(kzgVerifierHash),
)
// commented out to allow debugging native and circuit verifier
// assert.NoError(err)
assert.NoError(err)
return innerCcs, innerVK, innerPubWitness, innerProof
}

Expand Down

0 comments on commit 2b6d037

Please sign in to comment.