ZIP 317: proportion of wallets -> proportion of transactions.

Co-authored-by: Taylor Hornby <taylor@defuse.ca>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-10-12 15:04:20 +01:00
parent 4a308cb87e
commit 1d0b4f3820
2 changed files with 3 additions and 3 deletions

View File

@ -274,7 +274,7 @@ Pull-Request: &lt;<a href="https://github.com/zcash/zips/pull/631">https://githu
<p>Wallets SHOULD deploy these changes immediately. Nodes SHOULD deploy the change to the
<span class="math">\(low\_fee\_penalty\)</span>
threshold described in <a href="#mempool-size-limiting">Mempool size limiting</a> immediately.</p>
<p>Miners can deploy restrictions to their policies for transaction inclusion, once a sufficient proportion of wallets in the ecosystem are observed to be paying at least the updated conventional transaction fee.</p>
<p>Miners can deploy restrictions to their policies for transaction inclusion, once a sufficient proportion of transactions in the ecosystem are observed to be paying at least the updated conventional transaction fee.</p>
<p>Node developers SHOULD coordinate on schedules for deploying restrictions to their policies for transaction mempool acceptance and peer-to-peer relaying. These policy changes SHOULD NOT be deployed before the changes to transaction inclusion policy by miners described in the preceding paragraph.</p>
</section>
<section id="considered-alternatives"><h2><span class="section-heading">Considered Alternatives</span><span class="section-anchor"> <a rel="bookmark" href="#considered-alternatives"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h2>

View File

@ -307,8 +307,8 @@ change to the :math:`low\_fee\_penalty` threshold described in
`Mempool size limiting`_ immediately.
Miners can deploy restrictions to their policies for transaction inclusion,
once a sufficient proportion of wallets in the ecosystem are observed to
be paying at least the updated conventional transaction fee.
once a sufficient proportion of transactions in the ecosystem are observed
to be paying at least the updated conventional transaction fee.
Node developers SHOULD coordinate on schedules for deploying restrictions
to their policies for transaction mempool acceptance and peer-to-peer