fix examples

This commit is contained in:
Zhang Zhuo 2022-01-25 17:52:04 +08:00
parent 2a49e2a2bb
commit 67437b222d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ impl<F: FieldExt> Circuit<F> for MyCircuit<F> {
* ... ... ... 0
* ]
*/
meta.lookup(|meta| {
meta.lookup("lookup", |meta| {
let a_ = meta.query_any(a, Rotation::cur());
vec![(a_, sl)]
});