|
|
@ -366,6 +366,7 @@ mod tests { |
|
|
|
n_steps: usize,
|
|
|
|
) {
|
|
|
|
let (decider_pp, decider_vp) = decider_params;
|
|
|
|
let pp_hash = fs_params.1.pp_hash().unwrap();
|
|
|
|
|
|
|
|
let f_circuit = FC::new(()).unwrap();
|
|
|
|
|
|
|
@ -400,6 +401,7 @@ mod tests { |
|
|
|
|
|
|
|
let calldata: Vec<u8> = prepare_calldata(
|
|
|
|
function_selector,
|
|
|
|
pp_hash,
|
|
|
|
nova.i,
|
|
|
|
nova.z_0,
|
|
|
|
nova.z_i,
|
|
|
|