draft-nuttycom-lockbox-streams: Cleanups and rendering fixes

This commit is contained in:
Jack Grigg 2024-07-03 20:11:36 +00:00
parent eaa24abdaf
commit 9b7a22097a
1 changed files with 5 additions and 5 deletions

View File

@ -68,13 +68,13 @@ Deferred Development Fund Chain Value Pool Balance
-------------------------------------------------- --------------------------------------------------
Full node implementations MUST track an additional Full node implementations MUST track an additional
:math:`\mathsf{PoolValue}_{Deferred}` chain value pool balance", in addition to :math:`\mathsf{PoolValue}_{Deferred}` chain value pool balance, in addition to
the Sprout, Sapling, and Orchard chain value pool balances. This balance is the Sprout, Sapling, and Orchard chain value pool balances. This balance is
set to zero prior to the activation of Network Upgrade 6. set to zero prior to the activation of Network Upgrade 6.
ZIP 207 [#zip-0207]_ is modified as follows: ZIP 207 [#zip-0207]_ is modified as follows:
In the section **Funding Streams** [#zip-0207-funding-streams]_, instead of: In the section **Funding streams** [#zip-0207-funding-streams]_, instead of:
Each funding stream has an associated sequence of recipient addresses, Each funding stream has an associated sequence of recipient addresses,
each of which MUST be either a transparent P2SH address or a Sapling address. each of which MUST be either a transparent P2SH address or a Sapling address.
@ -85,7 +85,7 @@ it will be modified to read:
MUST be either a transparent P2SH address, a Sapling address, or the identifier MUST be either a transparent P2SH address, a Sapling address, or the identifier
`DEFERRED_POOL`. `DEFERRED_POOL`.
In the section **Consensus Rules** [#zip-0207-consensus-rules]_, the following In the section **Consensus rules** [#zip-0207-consensus-rules]_, the following
will be added: will be added:
The "prescribed way" to pay to the `DEFERRED_POOL` is to add The "prescribed way" to pay to the `DEFERRED_POOL` is to add
@ -113,5 +113,5 @@ References
Lowercase in RFC 2119 Key Words" <https://www.rfc-editor.org/info/bcp14>`_ Lowercase in RFC 2119 Key Words" <https://www.rfc-editor.org/info/bcp14>`_
.. [#zip-1014] `ZIP 1014: Establishing a Dev Fund for ECC, ZF, and Major Grants <zip-1014.rst>`_ .. [#zip-1014] `ZIP 1014: Establishing a Dev Fund for ECC, ZF, and Major Grants <zip-1014.rst>`_
.. [#zip-0207] `ZIP 207: Funding Streams <zip-0207.rst>`_ .. [#zip-0207] `ZIP 207: Funding Streams <zip-0207.rst>`_
.. [#zip-0207-funding-strams] `ZIP 207: Funding Streams <zip-0207.rst#funding-streams>`_ .. [#zip-0207-funding-streams] `ZIP 207: Funding Streams. Section: Funding streams <zip-0207.rst#funding-streams>`_
.. [#zip-0207-consensus-rules] `ZIP 207: Funding Streams <zip-0207.rst#consensus-rules>`_ .. [#zip-0207-consensus-rules] `ZIP 207: Funding Streams. Section: Consensus rules <zip-0207.rst#consensus-rules>`_