Clarify mempool clearing behaviour

This commit is contained in:
str4d 2018-01-29 03:15:48 +00:00
parent debf26b3f8
commit f9604ca1dc
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ While the current chain tip height is below ``ACTIVATION_HEIGHT``, nodes SHOULD
will only be valid on the post-upgrade branch.
When the current chain tip height reaches ``ACTIVATION_HEIGHT``, the node's local transaction memory pool
SHOULD be cleared.
SHOULD be cleared of transactions that will never be valid on the post-upgrade branch.
Two-way replay protection
-------------------------