Skip to content

Commit

Permalink
prettier lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Nov 10, 2023
1 parent 26e3a6e commit f31b22c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4337/docs/v0.1.0/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ The final audit was performed on commit [1981fbc63e3850d626074d81d22a198afe64ac0

There are two acknowledged findings from the audit report:

* _W2: Usage of `solc` optimizer_
- _W2: Usage of `solc` optimizer_
> After careful consideration, we decided to enable the optimizer for the following reasons:
>
> - The most critical functionality, such as signature checks and replay protection, is handled by the Safe and Entrypoint contracts.
> - The entrypoint contract uses the optimizer.
* _I4: Contract does not allow to specify `validAfter` and `validUntil` parameters_
- _I4: Contract does not allow to specify `validAfter` and `validUntil` parameters_
> We are choosing not to support this feature at the moment but may implement it in a follow-up revision of the module.
## Files

* [Final audit report](audit-report-v1.1.pdf)
- [Final audit report](audit-report-v1.1.pdf)

0 comments on commit f31b22c

Please sign in to comment.