Skip to content

Commit

Permalink
fix step circuit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Feb 21, 2024
1 parent c41329f commit 986e57f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lightclient-circuits/src/sync_step_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,7 @@ mod tests {
)
.unwrap();

// let instance = StepCircuit::<Testnet, Fr>::get_instances(&witness, LIMB_BITS);
let instance = circuit.instances();
let instance = StepCircuit::<Testnet, Fr>::get_instances(&witness, LIMB_BITS);

let timer = start_timer!(|| "sync_step mock prover");
let prover = MockProver::<Fr>::run(K, &circuit, instance).unwrap();
Expand Down

0 comments on commit 986e57f

Please sign in to comment.