Skip to content

Commit

Permalink
fixing wrong commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 20, 2024
1 parent 12a7bd4 commit 7eab988
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
92 changes: 0 additions & 92 deletions arbo/utils_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion arbo/verifier_bls12377_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestVerifierBLS12377(t *testing.T) {
p.Stop()
fmt.Println("constrains", p.NbConstraints())
// generate census proof
root, key, value, siblings, err := GenerateCensusProofForTest(censusConfig{
root, key, value, siblings, err := GenerateCensusProofForTest(CensusConfig{
dir: t.TempDir() + "/bls12377",
validSiblings: v_siblings,
totalSiblings: n_siblings,
Expand Down
2 changes: 1 addition & 1 deletion arbo/verifier_bn254_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestVerifierBN254(t *testing.T) {
p.Stop()
fmt.Println("constrains", p.NbConstraints())
// generate census proof
root, key, value, siblings, err := GenerateCensusProofForTest(censusConfig{
root, key, value, siblings, err := GenerateCensusProofForTest(CensusConfig{
dir: t.TempDir() + "/bn254",
validSiblings: v_siblings,
totalSiblings: n_siblings,
Expand Down

0 comments on commit 7eab988

Please sign in to comment.