Skip to content

Commit 1b78a0d

Browse files
committed
disable non exist lookup
1 parent cf4ab5a commit 1b78a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mpt_table.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ impl Config {
178178
.collect()
179179
});
180180

181+
if false {
181182
meta.lookup_any("mpt account not exist entry lookup", |meta| {
182183
let s_enable = meta.query_advice(self.proof_sel[3], Rotation::cur());
183184

@@ -187,6 +188,7 @@ impl Config {
187188
.map(|(fst, snd)| (fst * s_enable.clone(), snd))
188189
.collect()
189190
});
191+
}
190192

191193
meta.lookup_any("mpt account destroy entry lookup", |meta| {
192194
let s_enable = meta.query_advice(self.proof_sel[4], Rotation::cur());

0 commit comments

Comments
 (0)