Skip to content

Commit b072fe0

Browse files
Update aggregation_mode/src/backend/mod.rs
Co-authored-by: Marcos Nicolau <[email protected]>
1 parent 7785de2 commit b072fe0

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/src/backend

1 file changed

+1
-1
lines changed

aggregation_mode/src/backend/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl ProofAggregator {
209209

210210
// calculate kzg commitments for blob
211211

212-
// This parameter is the optimal balance between performance and memory usage
212+
// This parameter is the optimal balance between performance and memory usage to load the trusted setup
213213
// Source: https://github.com/ethereum/c-kzg-4844?tab=readme-ov-file#precompute
214214
let settings = c_kzg::ethereum_kzg_settings(8);
215215
let blob = c_kzg::Blob::new(blob_data);

0 commit comments

Comments
 (0)