monerium / smart-contracts

ERC20 compatible e-money deployed on Ethereum
https://monerium.com
Apache License 2.0
36 stars 21 forks source link

Remove events firing from controller causing double recording in etherscan. #16

Closed gislik closed 5 years ago

gislik commented 6 years ago

Events fired in the TokenFrontend as well as their counterparts fired from the controllers (implemented by libraries) get recorded twice in etherscan.

They should be removed from non-customer facing contracts.