CORIONplatform / solidity

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

Superfluous function: getCurrentSchellingRoundID() #75

Closed Dexaran closed 7 years ago

Dexaran commented 7 years ago

https://github.com/CORIONplatform/solidity/blob/master/schelling.sol#L497-L503

This function is returning a return value of another function. There is no need to keep both.

iFA88 commented 7 years ago

This is important, because moduleHandler calls this directly!