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
original issue by @SimonTomlin ethereum/go-ethereum#52
The following simple contract crashes the UI Its a for loop set up to act like a while loop init { } main { int16 start_nonce = 2000 int32 bet_nonce = 2200 for start_nonce < bet_nonce { start_nonce = start_nonce + 10 } }
The following simple contract crashes the UI Its a for loop set up to act like a while loop
init { } main { int16 start_nonce = 2000 int32 bet_nonce = 2200 for start_nonce < bet_nonce { start_nonce = start_nonce + 10 } }
The text was updated successfully, but these errors were encountered:
5a21521
obscuren
No branches or pull requests
original issue by @SimonTomlin ethereum/go-ethereum#52
The text was updated successfully, but these errors were encountered: