Skip to content

Commit

Permalink
Revert "[Bugfix]Fix ERR_EXPECT_NOT_MEMBER (#172)"
Browse files Browse the repository at this point in the history
This reverts commit dca2274.
  • Loading branch information
nkysg committed Mar 3, 2023
1 parent d6fd035 commit 2083148
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: 1230BEA3543B7C4D5A397F38B505D8A688DA01A1E47B3BA14964E08D2921AFC6
source_digest: F1E05061776D5ED1B4717B879662E684E66FDC81A2B9B99AAF4A964F4C42E335
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 = 201;
const ERR_EXPECT_NOT_MEMBER: u64 = 2001;

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

0 comments on commit 2083148

Please sign in to comment.