Use calldata
instead of memory
for function parameters
If you are not modifying the function parameters, consider using calldata
instead of memory
, it saves gas
https://github.com/Cyfrin/2023-07-escrow/blob/main/src/EscrowFactory.sol#L57
Gas savings
Manual review
Use calldata
instead of memory
for function parameters
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.