|
|
@ -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' |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|