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

For loop issue #12

Closed
obscuren opened this issue Jun 9, 2014 · 0 comments
Closed

For loop issue #12

obscuren opened this issue Jun 9, 2014 · 0 comments
Assignees
Milestone

Comments

@obscuren
Copy link
Owner

obscuren commented Jun 9, 2014

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
}
}

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

No branches or pull requests

1 participant