Skip to content
New issue

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

Fix Counter module #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shivam2320
Copy link

@shivam2320 shivam2320 commented Feb 23, 2024

  1. lz_receive_types
    Error - Entry functions cannot return values but this function is a entry function and is returning value.
Screenshot 2024-02-23 at 6 05 57 PM Fix - Made this a view function and removed entry. Screenshot 2024-02-23 at 6 10 22 PM
  1. Counter resource
    In lz_receive function, Counter resource is borrowed for counter account and then incremented but we need to create resource externally, instead created resource directly in init_module

@shivam2320 shivam2320 closed this Feb 24, 2024
@shivam2320 shivam2320 reopened this Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant