Remove "Interaction with funding streams"

ZIP 207 will not be deployed before this ZIP, so interactions should be
handled there.
This commit is contained in:
Jack Grigg 2020-01-27 20:15:58 +00:00
parent 90ad18ff22
commit b09b53bea1
1 changed files with 0 additions and 20 deletions

View File

@ -84,26 +84,6 @@ Once the TODO network upgrade activates:
recovered using a 32-byte array of zeroes as the outgoing viewing key.
Interaction with funding streams
--------------------------------
If ZIP 207 [#zip-0207]_ is accepted and deployed prior to (or in the same network upgrade
as) this ZIP, the following additional consensus rules are enforced once the TODO network
upgrade activates:
- Funding streams MAY target Sapling addresses in addition to transparent P2SH addresses.
- The existing consensus rule from ZIP 207 [#zip-0207]_ requiring coinbase transactions
for block height ``height`` to pay active funding streams with a standard P2SH script,
is amended to only apply to active funding streams that target a transparent address at
``height``.
- In the coinbase transaction for block height ``height``, for every active funding stream
that targets a Sapling address at ``height``, the transaction MUST include at least one
Sapling output that pays exactly the funding stream's value to the target Sapling
address.
Interaction with the Founders' Reward
-------------------------------------