mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-27 20:29:29 +00:00
Revert watch insertion
This commit is contained in:
parent
86b4b0ab41
commit
c22bc6261e
@ -19,7 +19,8 @@ pub(crate) fn generate_partial_witness<F: Field>(
|
|||||||
for watch in generator.watch_list() {
|
for watch in generator.watch_list() {
|
||||||
generator_indices_by_watches
|
generator_indices_by_watches
|
||||||
.entry(watch)
|
.entry(watch)
|
||||||
.or_insert_with(|| vec![i]);
|
.or_insert_with(Vec::new)
|
||||||
|
.push(i)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user