m10io / tokeninc-smart-contracts

Ethereum Solidity Smart Contracts for Token, Inc.
3 stars 6 forks source link

Duplicate `claculateFees` method #42

Open Ryanmtate opened 5 years ago

Ryanmtate commented 5 years ago

https://github.com/tokenio/tokeninc-smart-contracts/blob/11ea9666cd85f065151a3001228e622b9435e49d/contracts/TokenIOERC20FeesApply.sol#L174

It appears there is a duplicate calculateFees method that should be removed.