Add release note for MIN_STANDARD_TX_NONWITNESS_SIZE relaxation

This commit is contained in:
Greg Sanders 2022-11-10 14:37:12 -05:00
parent 8c5b3646b5
commit b2aa9e8528

View File

@ -0,0 +1,6 @@
P2P and network changes
---------
- Transactions of non-witness size 65 and above are now allowed by mempool
and relay policy. This is to better reflect the actual afforded protections
against CVE-2017-12842 and open up additional use-cases of smaller transaction sizes. (#26265)