Skip to content

Commit

Permalink
fix: make tiebreakerScheduleProposal calling activateNextState
Browse files Browse the repository at this point in the history
  • Loading branch information
rkolpakov committed Aug 14, 2024
1 parent 5cedbd4 commit 83ca954
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 @@ -266,6 +266,7 @@ contract DualGovernance is IDualGovernance {
}

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

0 comments on commit 83ca954

Please sign in to comment.