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

bug: ERR_EXPECT_NOT_MEMBER value typos #171

Closed
geometryolife opened this issue Oct 2, 2022 · 1 comment
Closed

bug: ERR_EXPECT_NOT_MEMBER value typos #171

geometryolife opened this issue Oct 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@geometryolife
Copy link
Contributor

Related code:

/// member
const ERR_EXPECT_MEMBER: u64 = 200;
const ERR_EXPECT_NOT_MEMBER: u64 = 2001;

should be:

/// member
const ERR_EXPECT_MEMBER: u64 = 200;
const ERR_EXPECT_NOT_MEMBER: u64 = 201;

Other information:

https://github.com/starcoinorg/starcoin-framework/blob/main/sources/daospace/DAOSpace.move#L42

@geometryolife geometryolife added the bug Something isn't working label Oct 2, 2022
@WGB5445
Copy link
Collaborator

WGB5445 commented Oct 4, 2022

fixed on #172

@WGB5445 WGB5445 closed this as completed Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants