dapphub / ds-token

A simple and sufficient ERC20 implementation
https://dapp.tools/dappsys/ds-token.html
GNU General Public License v3.0
224 stars 76 forks source link

Convert decimals to uint8 for standards conformance. #31

Closed brianmcmichael closed 3 years ago

brianmcmichael commented 3 years ago

decimals() should return uint8 according to ERC20 standard

Updates the variable here to match.