MUST -> SHOULD in response to @gtank's review comment.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-09-27 04:49:16 +01:00
parent 8496471750
commit ba9e5cf21f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ 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
startup. The size of RecentlyEvicted MUST never exceed ``eviction_memory_entries``
startup. The size of RecentlyEvicted SHOULD never exceed ``eviction_memory_entries``
entries, which is the constant 40000.
There MUST be a configuration option ``mempool.tx_cost_limit``, which SHOULD default