Skip to content

Commit 98c26aa

Browse files
commit
1 parent 9e34bd2 commit 98c26aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contracts/METoken.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pragma solidity >=0.4.21;
22

33
import 'openzeppelin-solidity/contracts/ownership/Ownable.sol';
4-
4+
// contract inherited ownable
55
contract METoken is Ownable {
66
string public constant name = 'Mastering Ethereum Token';
77
string public constant symbol = 'MET';

0 commit comments

Comments
 (0)