CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

Mistake in checks. #74

Closed Dexaran closed 7 years ago

Dexaran commented 7 years ago

https://github.com/CORIONplatform/solidity/blob/master/schelling.sol#L474

reauire(b && b) is not clear for me and looks odd. I assume there should be a check on ICO but I don't know what kind of check it is because b does not explain a purpose of this variable.

iFA88 commented 7 years ago

Schelling will be recoded with the "new" style!