Merge pull request #34 from sophiii/patch-1

Update MiniMeToken.sol
This commit is contained in:
Jordi Baylina 2017-10-19 16:31:24 +02:00 committed by GitHub
commit b828579608
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ contract MiniMeToken is Controlled {
string public name; //The Token's name: e.g. DigixDAO Tokens string public name; //The Token's name: e.g. DigixDAO Tokens
uint8 public decimals; //Number of decimals of the smallest unit uint8 public decimals; //Number of decimals of the smallest unit
string public symbol; //An identifier: e.g. REP string public symbol; //An identifier: e.g. REP
string public version = 'MMT_0.1'; //An arbitrary versioning scheme string public version = 'MMT_0.2'; //An arbitrary versioning scheme
/// @dev `Checkpoint` is the structure that attaches a block number to a /// @dev `Checkpoint` is the structure that attaches a block number to a