Commit 8dc2fa99 authored by Mark Tyneway's avatar Mark Tyneway

bindings: regenerate

Also fix compiler warning
parent b8c10302
This diff is collapsed.
This diff is collapsed.
...@@ -37,8 +37,8 @@ contract LegacyMintable is ERC20, ILegacyMintableERC20 { ...@@ -37,8 +37,8 @@ contract LegacyMintable is ERC20, ILegacyMintableERC20 {
return address(0); return address(0);
} }
function mint(address _to, uint256 _amount) external {} function mint(address _to, uint256 _amount) external pure {}
function burn(address _from, uint256 _amount) external {} function burn(address _from, uint256 _amount) external pure {}
/** /**
* @notice Implements ERC165. This implementation should not be changed as * @notice Implements ERC165. This implementation should not be changed as
......
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