File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ function run_proof_generation {
4747 dump_fail " $prove_cmd "
4848
4949 # Extract fields from JSON output (already hex-encoded with 0x prefix)
50- local vk_fields=$( jq -c ' .vk ' " $outdir /vk.json" )
51- local vk_hash_field=$( jq -c ' .hash ' " $outdir /vk.json" )
52- local public_inputs_fields=$( jq -c ' .public_inputs ' " $outdir /public_inputs.json" )
53- local proof_fields=$( jq -c ' .proof ' " $outdir /proof.json" )
50+ local vk_fields=$( jq -c ' .fields ' " $outdir /vk.json" )
51+ local vk_hash_field=$( jq -c ' .vk_hash ' " $outdir /vk.json" )
52+ local public_inputs_fields=$( jq -c ' .fields ' " $outdir /public_inputs.json" )
53+ local proof_fields=$( jq -c ' .fields ' " $outdir /proof.json" )
5454
5555 generate_toml " $program " " $vk_fields " " $vk_hash_field " " $proof_fields " " $public_inputs_fields "
5656}
You can’t perform that action at this time.
0 commit comments