Skip to content

[BUG] Getting Started HelloWorld Contract Is Incorrect #976

Open
@nvdtf

Description

@nvdtf

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

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    Projects

    Status

    🔖 Ready for Pickup

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions