audit fix02

This commit is contained in:
owen05
2020-12-09 11:20:27 +08:00
parent ca692ee548
commit fc39f709f2
6 changed files with 41 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ contract DVMStorage is InitializableOwnable, ReentrancyGuard {
// ============ Shares (ERC20) ============
string public symbol;
uint256 public decimals;
uint8 public decimals;
string public name;
uint256 public totalSupply;