Commit 0d7bf01a by Francisco Giordano

Merge branch 'solc-0.7' into release-v3.2.0-solc-0.7

parents f7ca35c9 c1875173
......@@ -113,7 +113,7 @@ contract ERC777 is Context, IERC777, IERC20 {
*
* This implementation always returns `1`.
*/
function granularity() public view override returns (uint256) {
function granularity() public pure override returns (uint256) {
return 1;
}
......
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