Bug: Should emit `Approval` event during `transferFrom()` function call
Closed this issue · 0 comments
satyamakgec commented
erc20/src/ERC20Constructorless.sol
Line 26 in a17cd75
We are only emitting the Transfer
event here but in actual the allowance also gets changed so it should emit the Approval
event.