Skip to content

consistently use msg.sender or _msgSender()(recommended) #136

@code423n4

Description

@code423n4

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions