mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +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
|
||||
.insert(BITS, (gate, i + 1));
|
||||
} else {
|
||||
self.batched_gates.free_binary_subtraction_gate.remove(&BITS);
|
||||
self.batched_gates
|
||||
.free_binary_subtraction_gate
|
||||
.remove(&BITS);
|
||||
}
|
||||
|
||||
(gate, i)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user