Static Analysis: ERC20 decimals, fixes suggested by axic

pull/7/head
soad003 6 years ago
parent c43c917ee3
commit 7fc9c2eb5e
  1. 2
      remix-analyzer/src/analysis/modules/erc20Decimals.js

@ -35,7 +35,7 @@ function report (contracts, multipleContractsWithSameName) {
warnings.push({
warning: 'ERC20 Contracts decimals function should have uint8 as return type',
location: null,
more: 'https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md'
more: ' https://eips.ethereum.org/EIPS/eip-20'
})
}
}

Loading…
Cancel
Save