Open
Description
Current Behavior
In the Hello World guide, upon executing the first script, the integrated runner returns dddd
instead of the expected Hello, World!
.
This is because the deployed contract defines the changeGreeting(String)
function as public:
access(all) fun changeGreeting(newGreeting: String) {
self.greeting = newGreeting
}
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
Metadata
Metadata
Assignees
Type
Projects
Status
🔖 Ready for Pickup