Skip to content

Commit

Permalink
3 decimals for dot-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jahneeM3 committed Jun 18, 2019
1 parent bff20d0 commit 9725afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lib/token/Token.sol
Expand Up @@ -61,7 +61,7 @@ contract FactoryToken is FactoryTokenInterface {

string public name;
string public symbol;
uint8 public decimals = 18;
uint8 public decimals = 3;
uint256 totalSupply_;

mapping(address => mapping(address => uint256)) internal allowed;
Expand Down

0 comments on commit 9725afe

Please sign in to comment.