Commit 7fc9c2eb authored by soad003's avatar soad003

Static Analysis: ERC20 decimals, fixes suggested by axic

parent c43c917e
...@@ -35,7 +35,7 @@ function report (contracts, multipleContractsWithSameName) { ...@@ -35,7 +35,7 @@ function report (contracts, multipleContractsWithSameName) {
warnings.push({ warnings.push({
warning: 'ERC20 Contracts decimals function should have uint8 as return type', warning: 'ERC20 Contracts decimals function should have uint8 as return type',
location: null, location: null,
more: 'https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md' more: ' https://eips.ethereum.org/EIPS/eip-20'
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment