Skip to content

Commit

Permalink
Merge pull request #18 from liquity/fix-typo-counted-ts
Browse files Browse the repository at this point in the history
fix: counted ts fix
  • Loading branch information
GalloDaSballo authored Oct 10, 2024
2 parents 86f7906 + 5812afe commit 951e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Governance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ contract Governance is Multicall, UserProxyFactory, ReentrancyGuard, IGovernance
if (prevInitiativeState.counted == 1) {
state.countedVoteLQTYAverageTimestamp = _calculateAverageTimestamp(
state.countedVoteLQTYAverageTimestamp,
initiativeState.averageStakingTimestampVoteLQTY,
prevInitiativeState.averageStakingTimestampVoteLQTY,
state.countedVoteLQTY,
state.countedVoteLQTY - prevInitiativeState.voteLQTY
);
Expand Down

0 comments on commit 951e3d6

Please sign in to comment.