You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Highlight txid
* Rename Enact-NewComm to UpdComm
* Rename pp Q5e to Q5
* Add security-group parameters to figure
* Add reference to definition of Deposits
* Clarify that a voter needs to be registered to vote
* Combine sec. 8.1-8.3 and emphasize 8.1 more; add clarification about deposit in cert.
* Clarify the role of UpdateT in updating parameters
* Clarify the threshold of votes
---------
Co-authored-by: Andre Knispel <andre.knispel@iohk.io>
Copy file name to clipboardExpand all lines: src/Ledger/Transaction.lagda
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ Ingredients of the transaction body introduced in the Conway era are the followi
51
51
\begin{itemize}
52
52
\item \txvote, the list of votes for goverance actions;
53
53
\item \txprop, the list of governance proposals;
54
-
\item \txdonation, the treasury donation amount;
55
-
\item \curTreasury, the current value of the treasury.
54
+
\item \txdonation, amount of \Coin to donate to treasury, e.g., to return money to the treasury after a governance action;
55
+
\item \curTreasury, the current value of the treasury. This field serves as a precondition to executing Plutus scripts that access the value of the treasury;
56
56
\item \txsize and \txid, the size and hash of the serialized form of the transaction that was included in the block.
0 commit comments