Skip to content

Commit

Permalink
Fix missing RewardToPegRatio from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard097 committed Aug 17, 2023
1 parent 269afd5 commit a53dbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3200,6 +3200,7 @@ void dao::readDaoSettings(uint64_t daoID, const name& dao, ContentWrapper config

//Don't move the token as it it will be used later on
settingsGroup.push_back(*rewardToken);
settingsGroup.push_back(std::move(*rewardToPegTokenRatio));
settingsGroup.push_back(std::move(rewardTokenName));
settingsGroup.push_back(*rewardTokenMaxSupply);
}
Expand Down

0 comments on commit a53dbc6

Please sign in to comment.