Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore: fix typo as review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
KimiWu123 committed Feb 5, 2024
1 parent 7af89c8 commit 4d5070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/ecc_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl<F: Field, const XI_0: i64> EccCircuit<F, XI_0> {
powers_of_256: &[QuantumCell<F>],
op: &EcAddOp,
) -> EcAddDecomposed<F> {
log::trace!("[ECC] ==> EcAdd Assignmnet START:");
log::trace!("[ECC] ==> EcAdd Assignment START:");
log_context_cursor!(ctx);

let (px, px_cells, px_valid, px_is_zero) =
Expand Down

0 comments on commit 4d5070f

Please sign in to comment.