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
In the Hello World guide, upon executing the first script, the integrated runner returns dddd instead of the expected Hello, World!.
dddd
Hello, World!
This is because the deployed contract defines the changeGreeting(String) function as public:
changeGreeting(String)
access(all) fun changeGreeting(newGreeting: String) { self.greeting = newGreeting }
The guide contains the correct version here that should be deployed to the 0xa1296b1e2e90ca5b account.
0xa1296b1e2e90ca5b
Visit here
N/A
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
In the Hello World guide, upon executing the first script, the integrated runner returns
dddd
instead of the expectedHello, World!
.This is because the deployed contract defines the
changeGreeting(String)
function as public:Expected Behavior
The guide contains the correct version here that should be deployed to the
0xa1296b1e2e90ca5b
account.Steps To Reproduce
Visit here
Environment
N/A
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: