Merge pull request #2405 from ethereum/template_typo

remove live in contract template
pull/2406/head
yann300 3 years ago committed by GitHub
commit 7cd66e01b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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 * @title SampleERC20
* @dev Create a sample ERC20 standard token * @dev Create a sample ERC20 standard token
*/ */
contract SampleERC20 is ERC20 { contract SampleERC20 is ERC20 {
constructor(string memory tokenName, string memory tokenSymbol) ERC20(tokenName, tokenSymbol) {} constructor(string memory tokenName, string memory tokenSymbol) ERC20(tokenName, tokenSymbol) {}

Loading…
Cancel
Save