mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
fmt
This commit is contained in:
parent
f436c14242
commit
440a5bd5d9
@ -1097,7 +1097,9 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
|||||||
.free_binary_subtraction_gate
|
.free_binary_subtraction_gate
|
||||||
.insert(BITS, (gate, i + 1));
|
.insert(BITS, (gate, i + 1));
|
||||||
} else {
|
} else {
|
||||||
self.batched_gates.free_binary_subtraction_gate.remove(&BITS);
|
self.batched_gates
|
||||||
|
.free_binary_subtraction_gate
|
||||||
|
.remove(&BITS);
|
||||||
}
|
}
|
||||||
|
|
||||||
(gate, i)
|
(gate, i)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user