In Escrow.sol line 125 the amount sent to the seller is determined by calling i_tokenContract.balanceOf(address(this)) again. The data is already locally available in the function though and can be determined with tokenBalance - totalFee;
Just perform the subtraction rather than calling balanceOf a second time.
Saves ~10000 gas on each of the resolve dispute tests.
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.