Comment for PaymentReceived event should state "received" instead of "released" #44
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
GiveMeTestEther
Vulnerability details
Impact
Comment in FeeSplitter "/// @dev Emitted when a payment is released" for the PaymentReceived event should say "received" instead of "released".
Proof of Concept
https://github.com/code-423n4/2021-11-nested/blob/5d113967cdf7c9ee29802e1ecb176c656386fe9b/contracts/FeeSplitter.sol#L25
Tools Used
Manal Analysis
Recommended Mitigation Steps
Change line to: /// @dev Emitted when a payment is received
The text was updated successfully, but these errors were encountered: