[audit]#1.1 add symbol "DLP" to lptoken

This commit is contained in:
mingda
2020-07-10 13:33:12 +08:00
parent 19b0d688a3
commit ecb8ef56ad

View File

@@ -20,6 +20,7 @@ import {Ownable} from "../lib/Ownable.sol";
contract DODOLpToken is Ownable {
using SafeMath for uint256;
string public symbol = "DLP";
string public name;
uint8 public decimals;