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
When I try to compile wallet.sol in latest ethereum wallet I get the following error:
Return value of low-level calls not used. _to.call.value(_value)(_data); ^---------------------------^ ,
The text was updated successfully, but these errors were encountered:
That's a good thing! The limit functionality is totally broken. Some people have suggested better wallets. Let's not use this anymore.
Sorry, something went wrong.
commenting that lines allows to compile this contract, but even if you manage to compile it, it's totally broken, you can't even receive any deposit.
This wallet seems much cleaner, perhaps you can use that: https://github.com/ConsenSys/MultiSigWallet/
No branches or pull requests
When I try to compile wallet.sol in latest ethereum wallet I get the following error:
The text was updated successfully, but these errors were encountered: