Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 20, 2025
1 parent 2c767a4 commit f1f8058
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ fn main(commitments_to_create: [Field; MAX_COMMITMENTS_PER_CALL]) -> return_data
result.commitments = commitments_to_create;
result
}

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ fn main(
result.read_requests = commitments_to_read;
result
}

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ fn main(
private_kernel_inputs.ingest_app_inputs(app_inputs);
private_kernel_inputs.finish()
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ fn main(
private_kernel_inputs.ingest_app_inputs(app_inputs);
private_kernel_inputs.finish()
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ fn main(
}
prev_kernel_public_inputs
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ fn main(

KernelPublicInputs { commitments: prev_kernel_public_inputs.commitments }
}

Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,3 @@ impl Default for KernelPublicInputs {
Self { commitments: [0; MAX_COMMITMENTS_PER_TX] }
}
}

0 comments on commit f1f8058

Please sign in to comment.