-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hi,
The function DSToken.transferFrom emits an event Transfer, which is not documented in the README doc.
Line 80 in 16f187a
| emit Transfer(src, dst, wad); |
A potential fix could be adding "Emits a Transfer event" to the README doc.
Furthermore, function DSToken.transfer calls the function transferFrom. So it also emits the event Transfer.
Line 63 in 16f187a
| return transferFrom(msg.sender, dst, wad); |
A potential fix could be also adding "Emits a Transfer event" to this function in the README doc.
Could you please check it?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels