Skip to content

Conversation

@dmx974
Copy link
Contributor

@dmx974 dmx974 commented Sep 18, 2017

No description provided.

* @notice Transfers tokens held by timelock to beneficiary.
*/
function release() {
function release() public constant {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not constant functions, can you please fix it?

@frangio
Copy link
Contributor

frangio commented Sep 18, 2017

Awesome, thanks @dmx374!

I rebased and merged manually (b395b06).

@SylTi
Copy link
Contributor

SylTi commented Sep 18, 2017

if we take into account the solidity style-guideline (http://solidity.readthedocs.io/en/develop/style-guide.html#function-declaration)
"The visibility modifiers for a function should come before any custom modifiers." but that's just a detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants