0x00000002 / rootcore

Apache License 2.0
0 stars 1 forks source link

expression indentation is incorrect #23

Open gabriel-canaan opened 6 years ago

gabriel-canaan commented 6 years ago

rootcore/blob/master/contracts/CrowdsaleController.sol Line 114 assert(safeAdd(msg.value, safeMul(token.balanceOf(msg.sender), TOKEN_PRICE_N) / TOKEN_PRICE_D) <= MAX_CONTRIBUTION || whiteList[msg.sender]==true);

gabriel-canaan commented 6 years ago

the double equals == needs to have a space after it