<x> += <y> costs more gas than <x> = <x> + <y> for state variables
Using the addition/subtraction operator instead of plus-equals/minus-equals saves 113 gas
There are 14 instances of this issue:
File: 2023-07-beedle/src/Lender.sol
File: 2023-07-beedle/src/Staking.sol
Automated code review.
Consider using <x> = <x> + <y> or <x> = <x> - <y> instead.
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.