maple-labs/erc20

Bug: Should emit `Approval` event during `transferFrom()` function call

Closed this issue · 0 comments

_transfer(owner, recipient, amount);

We are only emitting the Transfer event here but in actual the allowance also gets changed so it should emit the Approval event.