Skip to content

Commit

Permalink
PDF: s/ccTermLimit/ccMaxTermLength (#227)
Browse files Browse the repository at this point in the history
- leftover names after commit #b862cfd
  • Loading branch information
omelkonian authored Oct 4, 2023
1 parent f107876 commit 0b54e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Ledger/PParams.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ record PParams : Set where
collateralPercent : ℕ
\end{code}
\emph{Governance group}
\AgdaTarget{drepThresholds, poolThresholds, ccMinSize, ccTermLimit, govActionLifetime, govActionDeposit, drepDeposit, drepActivity, minimumAVS}
\AgdaTarget{drepThresholds, poolThresholds, ccMinSize, ccMaxTermLength, govActionLifetime, govActionDeposit, drepDeposit, drepActivity, minimumAVS}
\begin{code}
drepThresholds : DrepThresholds
poolThresholds : PoolThresholds
Expand Down Expand Up @@ -110,7 +110,7 @@ These new parameters are declared in Figure~\ref{fig:protocol-parameter-declarat
named \Pone, \Ptwoa, \Ptwob, \Pthree, \Pfour, \Pfivea, \Pfiveb, \Pfivec, \Pfived, and \Psix;
\item \poolThresholds: pool-related governance thresholds; these are rational numbers named \Qone, \Qtwoa, \Qtwob, and \Qfour;
\item \ccMinSize: minimum constitutional committee size;
\item \ccTermLimit: maximum term limit (in epochs) of constitutional committee members;
\item \ccMaxTermLength: maximum term limit (in epochs) of constitutional committee members;
\item \govActionLifetime: governance action expiration;
\item \govActionDeposit: governance action deposit;
\item \drepDeposit: \DRep deposit amount;
Expand Down
2 changes: 1 addition & 1 deletion src/latex/agda-latex-macros.sty
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
\newcommand{\CCData}{\AgdaFunction{CCData}\xspace}
\newcommand{\ccHotKeys}{\AgdaField{ccHotKeys}\xspace}
\newcommand{\ccPrime}{\AgdaFunction{cc'}\xspace}
\newcommand{\ccTermLimit}{\AgdaField{ccTermLimit}\xspace}
\newcommand{\ccMaxTermLength}{\AgdaField{ccMaxTermLength}\xspace}
\newcommand{\ccThreshold}{\AgdaFunction{ccThreshold}\xspace}
\newcommand{\ccThresholdPrime}{\AgdaBound{ccThreshold'}\xspace}
\newcommand{\ChangePParams}{\AgdaInductiveConstructor{ChangePParams}\xspace}
Expand Down

0 comments on commit 0b54e93

Please sign in to comment.