Skip to content

Commit

Permalink
[Bugfix]Fix ERR_EXPECT_NOT_MEMBER (#172)
Browse files Browse the repository at this point in the history
* Fix ERR_EXPECT_NOT_MEMBER

* fix build file
  • Loading branch information
WGB5445 committed Oct 4, 2022
1 parent ad81d03 commit dca2274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/StarcoinFramework/BuildInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: YieldFarmingV2
: StarcoinFramework
source_digest: F1E05061776D5ED1B4717B879662E684E66FDC81A2B9B99AAF4A964F4C42E335
source_digest: 1230BEA3543B7C4D5A397F38B505D8A688DA01A1E47B3BA14964E08D2921AFC6
build_flags:
dev_mode: false
test_mode: false
Expand Down
2 changes: 1 addition & 1 deletion sources/daospace/DAOSpace.move
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module StarcoinFramework::DAOSpace {

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

/// config or arguments
const ERR_ACTION_DELAY_TOO_SMALL: u64 = 300;
Expand Down

0 comments on commit dca2274

Please sign in to comment.