diff options
author | Greg Sanders <gsanders87@gmail.com> | 2022-11-10 14:37:12 -0500 |
---|---|---|
committer | Greg Sanders <gsanders87@gmail.com> | 2022-12-19 10:03:51 -0500 |
commit | b2aa9e85289fc654106a890c35935e9c76c411fb (patch) | |
tree | 1b71c118321b08defa7437142837ba04a31337b8 | |
parent | 8c5b3646b5afe8a61f5c66478d8e11f0d2ce5108 (diff) |
Add release note for MIN_STANDARD_TX_NONWITNESS_SIZE relaxation
-rw-r--r-- | doc/release-notes-26265.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-26265.md b/doc/release-notes-26265.md new file mode 100644 index 0000000000..ca2313d956 --- /dev/null +++ b/doc/release-notes-26265.md @@ -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) |