Skip to content

Commit

Permalink
Increment attribute char to avoid clash with pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 6, 2024
1 parent 97b9bd7 commit 2a75089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfi/govvariables/attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ enum DFIPKeys : uint8_t {
TransferDomain = 'w',
LiquidityCalcSamplingPeriod = 'x',
AverageLiquidityPercentage = 'y',
CommunityGovernance = 'z',
CommunityGovernance = 'C',
};

enum GovernanceKeys : uint8_t {
Expand Down

0 comments on commit 2a75089

Please sign in to comment.