We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb748 commit f641ba6Copy full SHA for f641ba6
aggregation_mode/src/aggregators/mod.rs
@@ -79,7 +79,7 @@ impl ZKVMEngine {
79
80
let chunks = proofs.chunks(MAX_PROOFS_PER_AGGREGATION);
81
info!(
82
- "Total proofs to aggregate {}. They aggregation will be perform in {} chunks",
+ "Total proofs to aggregate {}. They aggregation will be performed in {} chunks",
83
proofs.len(),
84
chunks.len()
85
);
@@ -120,7 +120,7 @@ impl ZKVMEngine {
120
121
122
123
124
125
126
0 commit comments