We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) { ...
The text was updated successfully, but these errors were encountered:
loredanacirstea
Successfully merging a pull request may close this issue.
As mentioned here #39 (comment)
and changed here raiden-network/raiden#1380,
this is the style that should be used:
The text was updated successfully, but these errors were encountered: