Correct the consensus rule about the maximum value of outputs in a coinbase transaction:

it should reference the block subsidy rather than the miner subsidy.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-09-30 00:14:40 +01:00
parent 5688e5cbbd
commit b8f83aac4b
1 changed files with 9 additions and 1 deletions

View File

@ -12557,7 +12557,7 @@ in \cite{ZIP-239}.
\vspace{-1ex}
\item The total value in \zatoshi of \transparentOutputs from a \coinbaseTransaction\heartwood{, minus
$\vBalance{Sapling}$,}\nufive{ minus $\vBalance{Orchard}$,} \MUSTNOT be greater than the value in
\zatoshi of \minerSubsidy plus the \transactionFees paid by \transactions in this \block.
\zatoshi of \blockSubsidy plus the \transactionFees paid by \transactions in this \block.
\item A \coinbaseTransaction \MUSTNOT have any \transparentInputs with non-null $\prevout$ fields,\notheartwood{
\joinSplitDescriptions\sapling{, \spendDescriptions, or \outputDescriptions}.
}
@ -14499,6 +14499,14 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\lsection{Change History}{changehistory}
\historyentry{2021.2.16}{}
\begin{itemize}
\item Correct the consensus rule about the maximum value of outputs in a
\coinbaseTransaction: it should reference the \blockSubsidy rather than
the \minerSubsidy.
\end{itemize}
\historyentry{2021.2.15}{2021-09-01}
\begin{itemize}
\nufive{