Handle
hack3r-0m
Vulnerability details
https://github.com/code-423n4/2021-08-floatcapital/blob/main/contracts/contracts/FloatToken.sol
At L32,L33 and L34 msg.sender is used to idenfity sender while at L65 _msgSender() is used, keep it consistent so entity making the transaction has clear idea if meta-transaction are supported or not.
This results in improving code clarity, possibly logical error.