Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Aug 10, 2024
1 parent c0dca20 commit 25ac0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/DualGovernanceState.sol
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ library DualGovernanceState {
}

if (rageQuitSupport < secondSealRageQuitSupport) {
duration_ = dynamicTimelockMinDuration
return dynamicTimelockMinDuration
+ Durations.from(
(rageQuitSupport - firstSealRageQuitSupport)
* (dynamicTimelockMaxDuration - dynamicTimelockMinDuration).toSeconds()
Expand Down

0 comments on commit 25ac0b5

Please sign in to comment.