mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
clippy and fix
This commit is contained in:
parent
0ad54233de
commit
31be2c8d49
@ -564,7 +564,7 @@ mod tests {
|
||||
let timestamp = F::from_canonical_usize(cur_timestamp);
|
||||
cur_timestamp += 1;
|
||||
|
||||
memory_ops.push((context, segment, virt, is_read_F, vals, timestamp))
|
||||
memory_ops.push((context, segment, virt, vals, is_read_F, timestamp))
|
||||
}
|
||||
|
||||
let rows = stark.generate_trace_rows(memory_ops);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user