Skip to content

Commit

Permalink
Merge pull request #97 from lidofinance/fix/dg-tiebreaker-schedule-pr…
Browse files Browse the repository at this point in the history
…oposal-fix

fix: make tiebreakerScheduleProposal calling activateNextState
  • Loading branch information
Psirex authored Aug 19, 2024
2 parents 5cedbd4 + a50a1a4 commit 022d9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/DualGovernance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ contract DualGovernance is IDualGovernance {

function tiebreakerScheduleProposal(uint256 proposalId) external {
_tiebreaker.checkCallerIsTiebreakerCommittee();
_stateMachine.activateNextState(_configProvider.getDualGovernanceConfig(), ESCROW_MASTER_COPY);
_tiebreaker.checkTie(_stateMachine.getCurrentState(), _stateMachine.getNormalOrVetoCooldownStateExitedAt());
TIMELOCK.schedule(proposalId);
}
Expand Down

0 comments on commit 022d9d1

Please sign in to comment.