Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[L-02] Fix Misleading Comments in Contract Code (#240)
This PR addresses issue `L-02` from the audit report. In particular it fixes two comments that were found to be inaccurate: 1. `SUPPORTED_ENTRYPOINT` NatSpec documentation 2. Comment explaining which contract was responsible for appending the `msg.sender` as per [ERC-2771](https://eips.ethereum.org/EIPS/eip-2771). Additionally, I went through other comments in `Safe4337Module.sol` for additional errors (but did not find any).
- Loading branch information