diff --git a/solidity/token-erc20.sol b/solidity/token-erc20.sol index 5be00178..00bc042f 100644 --- a/solidity/token-erc20.sol +++ b/solidity/token-erc20.sol @@ -8,7 +8,7 @@ contract TokenERC20 { // Public variables of the token string public name; string public symbol; - uint8 public decimals = 18; + uint8 public decimals = 6; // 18 decimals is the strongly suggested default, avoid changing it uint256 public totalSupply;