From 7ead33bc3745765d41e89ee61dd6fac39a5c7a9c Mon Sep 17 00:00:00 2001 From: mingda Date: Fri, 10 Jul 2020 13:33:12 +0800 Subject: [PATCH] [audit]#1.1 add symbol "DLP" to lptoken --- contracts/impl/DODOLpToken.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/impl/DODOLpToken.sol b/contracts/impl/DODOLpToken.sol index 9347be9..545b3a6 100644 --- a/contracts/impl/DODOLpToken.sol +++ b/contracts/impl/DODOLpToken.sol @@ -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;