Skip to content

Commit

Permalink
Rename multicurrency script to monetary policy script
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT committed May 5, 2020
1 parent 5e9b714 commit 913928f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shelley-mc/formal-spec/transactions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \section{Transactions}
system.

\textbf{Representing Multicurrency.}
Some new types (and changes to existing types) are are required for
Some new types (and changes to existing types) are required for
an MC-supporting ledger, see Figure~\ref{fig:defs:utxo-shelley-1}.
The types not appearing in the Figure below are consistent with the
current Shelley ledger design.
Expand Down Expand Up @@ -127,12 +127,12 @@ \section{Transactions}
\label{fig:defs:utxo-shelley-1}
\end{figure*}

\textbf{The Multicurrency Scripting Language.}
\textbf{The Monetary Policy Scripting Language.}
Recall that the ID of a currency is the hash of its MPS.
In Figure~\ref{fig:defs:tx-mc-script}, we give the types related to multicurrency
scripts. The $\Script$ type
is made up of multisig scripts and multicurrency scripts.
The multicurrency script type, $\ScriptMPS$, has several constructurs, each of which
In Figure~\ref{fig:defs:tx-mc-script}, we give the types related to monetary
policy scripts. The $\Script$ type
is made up of multisig scripts and monetary policy scripts.
The monetary policy script type, $\ScriptMPS$, has several constructors, each of which
is used in a different way during script evaluation (see MPS script evaluation
discussion below).

Expand Down

0 comments on commit 913928f

Please sign in to comment.