Skip to content

Commit 951e3d6

Browse files
Merge pull request #18 from liquity/fix-typo-counted-ts
fix: counted ts fix
2 parents 86f7906 + 5812afe commit 951e3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Governance.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ contract Governance is Multicall, UserProxyFactory, ReentrancyGuard, IGovernance
456456
if (prevInitiativeState.counted == 1) {
457457
state.countedVoteLQTYAverageTimestamp = _calculateAverageTimestamp(
458458
state.countedVoteLQTYAverageTimestamp,
459-
initiativeState.averageStakingTimestampVoteLQTY,
459+
prevInitiativeState.averageStakingTimestampVoteLQTY,
460460
state.countedVoteLQTY,
461461
state.countedVoteLQTY - prevInitiativeState.voteLQTY
462462
);

0 commit comments

Comments
 (0)