fee1-dead / flow.rs

Rust SDK for the Flow blockchain network
8 stars 2 forks source link

Small issue in example #1

Closed sideninja closed 2 years ago

sideninja commented 2 years ago

Example is missing self reference on the line https://github.com/fee1-dead/flow.rs/blob/master/flow-examples/README.md?plain=1#L146 Should be: log(greeting.concat(",").concat(self.guest.toString()))

fee1-dead commented 2 years ago

Oops, I guess I let that one slip through :p Even after making PRs fixing the exact same issue to the official repository https://github.com/onflow/sdks/pull/3

EDIT: fixed in latest commit now.