su-squares / ethereum-contract

Su Squares smart contract and bounty program

Home Page:https://tenthousandsu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading comment #2

sz-piotr opened this issue · comments

The comment https://github.com/fulldecent/su-squares-bounty/blob/master/contracts/SuVending.sol#L13 states that the price is 1ETH while in reality the price is 0.5ETH.

The fix would be to update the comment to match the SALE_PRICE constant. Also the constant could be written just as

uint256 public constant SALE_PRICE = 0.5 ether;

removing the need for the comment next to it.

Thank you! Fixed. That counts for the leaderboard!