0x00000002 / rootcore

Apache License 2.0
0 stars 1 forks source link

Possible spelling error #12

Open gabriel-canaan opened 6 years ago

gabriel-canaan commented 6 years ago

rootcore/blob/master/contracts/CrowdsaleController.so Line 133,247

    function upadateContributorsCount(uint256 _tokenAmount) private {
        if (token.balanceOf(msg.sender) == _tokenAmount ) 
            numOfContributors++;
    }
 upadateContributorsCount(tokenAmount);