Update constant name and reference implementation

This commit is contained in:
Eirik Ogilvie-Wigley 2019-11-07 12:21:58 -07:00
parent 209718e956
commit 8deea8dbe8
1 changed files with 5 additions and 5 deletions

View File

@ -81,9 +81,9 @@ which is an integer defined as:
max(serialized transaction size in bytes, 4000)
Each transaction also has an *eviction weight*, which is *cost* + *fee_penalty*,
where *fee_penalty* is 16000 if the transaction pays a fee less than 10000 zatoshi,
otherwise 0.
Each transaction also has an *eviction weight*, which is *cost* + *low_fee_penalty*,
where *low_fee_penalty* is 16000 if the transaction pays a fee less than
10000 zatoshi, otherwise 0.
Each node also MUST hold a FIFO queue RecentlyEvicted of pairs (txid, time), where
the time indicates when the given txid was evicted. This SHOULD be empty on node
@ -196,8 +196,8 @@ independent of the Blossom network upgrade.
Reference implementation
========================
TBD
* `PR 4145: Implementation <https://github.com/zcash/zcash/pull/4145>`_
* `PR 4166: macOS compliation fix <https://github.com/zcash/zcash/pull/4166>`_
References
==========