Skip to content

Commit

Permalink
Merge pull request #10981 from vegaprotocol/remove_workaround
Browse files Browse the repository at this point in the history
chore: remove unneeded workaround for auction
  • Loading branch information
ze97286 authored Mar 23, 2024
2 parents 5058502 + a185936 commit f1f2928
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/monitor/auction.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ func (a *AuctionState) EndGovernanceSuspensionAuction() {
a.trigger = types.AuctionTriggerUnspecified
a.start = false
a.stop = true
if a.m.State == types.MarketStateProposed {
// this is a workaround to the governance auction ending before
// market enters opening auction. When https://github.com/vegaprotocol/vega/issues/10976 is fixed
// this should probably be removed
a.start = true
}
a.begin = nil
a.end = nil
} else {
Expand Down

0 comments on commit f1f2928

Please sign in to comment.