Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieleDiBenedetto committed Aug 27, 2024
1 parent 2b687b6 commit 7e92cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion verifier/src/eth_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ impl<E: Engine> Circuit<E> for ZkSyncSnarkEthCircuit {
}
}

/// Deserialize an ethereum ZkSync proof without fille the public inputs.
/// Deserialize an ethereum ZkSync proof without filling the public inputs.
///
/// The serialized proof for ethereum omit the public inputs that will be
/// given by the smart contract; in order to verify the proof, the user
/// should provide the public inputs later.
Expand Down

0 comments on commit 7e92cd5

Please sign in to comment.