Skip to content

Commit

Permalink
Set Precompute at 8 (#14399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored and nalepae committed Nov 22, 2024
1 parent bbc1b93 commit 8e81f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/blockchain/kzg/trusted_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func Start() error {
}
if !kzgLoaded {
// TODO: Provide a configuration option for this.
var precompute uint = 0
var precompute uint = 8

// Free the current trusted setup before running this method. CKZG
// panics if the same setup is run multiple times.
Expand Down

0 comments on commit 8e81f9f

Please sign in to comment.