-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
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
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
🔖 Ready for Pickup