mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Fix name in ID
This commit is contained in:
parent
bfa7ab369e
commit
bc24678026
@ -81,7 +81,7 @@ impl<F: RichField + Extendable<D>, const D: usize> Gate<F, D> for LookupTableGat
|
||||
fn id(&self) -> String {
|
||||
// Custom implementation to not have the entire lookup table
|
||||
format!(
|
||||
"LookupGate {{num_slots: {}, lut_hash: {:?}, last_lut_row: {}}}",
|
||||
"LookupTableGate {{num_slots: {}, lut_hash: {:?}, last_lut_row: {}}}",
|
||||
self.num_slots, self.lut_hash, self.last_lut_row
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user