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
following the wallet example from the doc https://nogo10.gitbooks.io/ether-camp-live-studio-primer/content/sandbox_features.html
and starting the sandbox with the wallet.sol active we get
"Could not start sandbox: Compilation error: _pre/name_reg.sol:8:3: Error: Expected token Semicolon got 'RBrace' } ^"
solidity current compiler is 0.4.2+commit.af6afb04.Linux.g++
The text was updated successfully, but these errors were encountered:
It's a syntax error: there is supposed to be a semicolon after the "_"
Sorry, something went wrong.
This error occurs numerous times in various contracts.. #2 addresses this error
No branches or pull requests
following the wallet example from the doc https://nogo10.gitbooks.io/ether-camp-live-studio-primer/content/sandbox_features.html
and starting the sandbox with the wallet.sol active we get
"Could not start sandbox: Compilation error: _pre/name_reg.sol:8:3: Error: Expected token Semicolon got 'RBrace' } ^"
solidity current compiler is 0.4.2+commit.af6afb04.Linux.g++
The text was updated successfully, but these errors were encountered: