Skip to content

Commit

Permalink
chore: apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed May 15, 2024
1 parent 91daa84 commit e2e54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/0028-GOVE-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,6 @@ The voting to approve the batch happens, the batch passes, the value of the prop

- Given a proposal with a closing time further than `governance.proposal.cancellationThreshold` from the current time, if the party which created the proposal votes against it, the proposal will be instantaneously rejected (<a name="0028-GOVE-188" href="#0028-GOVE-188">0028-GOVE-188</a>)
- Given a proposal with a closing time less than `governance.proposal.cancellationThreshold` from the current time, if the party which created the proposal votes against it, the proposal will not be instantaneously rejected. At closing time, if the proposal meets the criteria to be accepted it will pass (<a name="0028-GOVE-189" href="#0028-GOVE-189">0028-GOVE-189</a>)
- Given a proposal with a closing time less than `governance.proposal.cancellationThreshold` from the current time, if the party which created the proposal votes against it, the proposal will not be instantaneously rejected.. At closing time, if the proposal does not meet the criteria to be accepted it will be rejected (<a name="0028-GOVE-190" href="#0028-GOVE-190">0028-GOVE-190</a>)
- Given a proposal with a closing time less than `governance.proposal.cancellationThreshold` from the current time, if the party which created the proposal votes against it, the proposal will not be instantaneously rejected. At closing time, if the proposal does not meet the criteria to be accepted it will be rejected (<a name="0028-GOVE-190" href="#0028-GOVE-190">0028-GOVE-190</a>)

- Given a proposal with a closing time further than `governance.proposal.cancellationThreshold` from the current time, if the party which did not create the proposal votes against it, the proposal will not be instantaneously rejected (<a name="0028-GOVE-191" href="#0028-GOVE-191">0028-GOVE-191</a>)

0 comments on commit e2e54fe

Please sign in to comment.