Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change closing parenthesis style for Solidity #43

Closed
loredanacirstea opened this issue Apr 24, 2018 · 0 comments · Fixed by #52
Closed

Change closing parenthesis style for Solidity #43

loredanacirstea opened this issue Apr 24, 2018 · 0 comments · Fixed by #52
Assignees
Milestone

Comments

@loredanacirstea
Copy link
Contributor

As mentioned here #39 (comment)
and changed here raiden-network/raiden#1380,

this is the style that should be used:

    function recoverAddressFromSignature(
        uint64 nonce,
        uint256 transferred_amount,
        bytes32 locksroot,
        bytes32 extra_hash,
        bytes signature
    )
        constant
        internal
        returns (address)
    {
        ...
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 a pull request may close this issue.

1 participant