casper-ecosystem / cep18

Implementation of ERC20 token for the CasperLabs platform.
https://casper.network/docs/dapp-dev-guide
Apache License 2.0
27 stars 46 forks source link

Ensure transfers are correct when sender is recipient. #32

Closed mpapierski closed 3 years ago

mpapierski commented 3 years ago

See also #31 reported by @davidtai

When sending tokens to yourself, the balance after the transfer should equal the balance before the transfer.

davidtai commented 3 years ago

Looks good, thanks for the quick turn around.