From 034cb5ad4d4b72cf1ba5b153a558fcf6a8afa9aa Mon Sep 17 00:00:00 2001 From: MacrabFalke <6399679+MarcoFalke@users.noreply.github.com> Date: Fri, 26 May 2023 09:47:15 +0200 Subject: [PATCH] doc: Fix broken link in release notes Also, add missing unit "bytes" Co-authored-by: stickies-v <69010457+stickies-v@users.noreply.github.com> --- doc/release-notes/release-notes-25.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/release-notes-25.0.md b/doc/release-notes/release-notes-25.0.md index ee37c6a7c68..919cb3b2f34 100644 --- a/doc/release-notes/release-notes-25.0.md +++ b/doc/release-notes/release-notes-25.0.md @@ -43,7 +43,7 @@ Notable changes P2P and network changes ----------------------- -- Transactions of non-witness size 65 and above are now allowed by mempool +- Transactions of non-witness size 65 bytes 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) @@ -60,7 +60,7 @@ Updated RPCs ------------ - All JSON-RPC methods accept a new [named - parameter](JSON-RPC-interface.md#parameter-passing) called `args` that can + parameter](https://github.com/bitcoin/bitcoin/blob/master/doc/JSON-RPC-interface.md#parameter-passing) called `args` that can contain positional parameter values. This is a convenience to allow some parameter values to be passed by name without having to name every value. The python test framework and `bitcoin-cli` tool both take advantage of this, so