Skip to content

Commit

Permalink
Add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanc committed Nov 19, 2024
1 parent e8b6f88 commit 910ca04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/v2/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func makeTestComponents() (encoding.Prover, encoding.Verifier, error) {
SRSOrder: 8192,
SRSNumberToLoad: 8192,
NumWorker: uint64(runtime.GOMAXPROCS(0)),
LoadG2Points: true,
}

p, err := prover.NewProver(config, nil)
Expand Down
1 change: 1 addition & 0 deletions test/synthetic-test/synthetic_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func setupRetrievalClient(ethClient common.EthClient, retrievalClientConfig *Ret
SRSNumberToLoad: uint64(srsOrder),
Verbose: true,
PreloadEncoder: false,
LoadG2Points: true,
}, false)
if err != nil {
return err
Expand Down

0 comments on commit 910ca04

Please sign in to comment.