Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdemeo committed Oct 20, 2023
1 parent 2baa948 commit 1916c47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Ledger/Ratify.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ restrictedDists coins rank dists = dists
-- one always includes the other
restrict : Credential ⇀ Coin → Credential ⇀ Coin
restrict dist = topNDRepDist rank dist ∪ˡ mostStakeDRepDist dist coins

\end{code}
\begin{figure*}[h!]
\begin{AgdaAlign}
{\small
\begin{code}
actualPDRepVotes : GovAction → VDeleg ⇀ Vote
actualPDRepVotes NoConfidence = ❴ abstainRep , Vote.abstain ❵ᵐ
∪ˡ ❴ noConfidenceRep , Vote.yes ❵ᵐ
Expand Down

0 comments on commit 1916c47

Please sign in to comment.