tradeTax is not update in offerInfo mapping while creating taker
When a user create taker then they pay tradeTax, which should store in offerInfo.tradeTax just like how usedPoints are getting stored in offerInfo.usedPoints. But the problem is it's only calculated but not updated in offerInfo struct
Low, as there is no loss of funds
Manual Review
Add this line in preMarket.createTaker()
Borderline low/informational, tradeTax is posted by the original maker when creating an offer within the `makerInfo` mapping as seen [here](https://github.com/Cyfrin/2024-08-tadle/blob/04fd8634701697184a3f3a5558b41c109866e5f8/src/core/PreMarkets.sol#L112C13-L112C25). and is simply a placeholder for the offerInfo mapping. Given it can impact details of offer regarding the tradeTax, low severity seems appropriate. Similar reasonings apply for settledCollateralAmount.
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.