Update MiniMeToken.sol

Since the change of `throw` to `require` should we upgrade the version number inside the contract?
This commit is contained in:
sophiii 2017-10-16 14:43:59 +01:00 committed by GitHub
parent 815699db3e
commit 80dcefc3af
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