We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4ab5a commit 1b78a0dCopy full SHA for 1b78a0d
src/mpt_table.rs
@@ -178,6 +178,7 @@ impl Config {
178
.collect()
179
});
180
181
+ if false {
182
meta.lookup_any("mpt account not exist entry lookup", |meta| {
183
let s_enable = meta.query_advice(self.proof_sel[3], Rotation::cur());
184
@@ -187,6 +188,7 @@ impl Config {
187
188
.map(|(fst, snd)| (fst * s_enable.clone(), snd))
189
190
191
+ }
192
193
meta.lookup_any("mpt account destroy entry lookup", |meta| {
194
let s_enable = meta.query_advice(self.proof_sel[4], Rotation::cur());
0 commit comments