remove live in contract template

pull/5370/head
yann300 3 years ago committed by GitHub
parent e44775a0a8
commit 3406a5d802
  1. 1
      libs/remix-ws-templates/src/templates/ozerc20/contracts/SampleERC20.sol

@ -8,7 +8,6 @@ import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
* @title SampleERC20
* @dev Create a sample ERC20 standard token
*/
contract SampleERC20 is ERC20 {
constructor(string memory tokenName, string memory tokenSymbol) ERC20(tokenName, tokenSymbol) {}

Loading…
Cancel
Save