substrate-erc20-multi
substrate-erc20-multi copied to clipboard
`transfer_from` fires up the `Approval` event with the wrong amount
trafficstars
IIUC transfer_from needs to notify everyone about the changed allowance after some of it is spent.
Presently, the amount used in the Approval event is the transaction amount instead of the remaining allowance (value instead of updated_allowance)