aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
diff options
context:
space:
mode:
authorMacrabFalke <6399679+MarcoFalke@users.noreply.github.com>2023-05-26 09:47:15 +0200
committerGitHub <noreply@github.com>2023-05-26 09:47:15 +0200
commit034cb5ad4d4b72cf1ba5b153a558fcf6a8afa9aa (patch)
treebb51f4ed652a397d543591849c6f81ec56877070 /doc/release-notes
parentfab19a8ae30c7f2b9347f70f16799e14dc1970b1 (diff)
downloadbitcoin-034cb5ad4d4b72cf1ba5b153a558fcf6a8afa9aa.tar.xz
doc: Fix broken link in release notes
Also, add missing unit "bytes" Co-authored-by: stickies-v <69010457+stickies-v@users.noreply.github.com>
Diffstat (limited to 'doc/release-notes')
-rw-r--r--doc/release-notes/release-notes-25.0.md4
1 files 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 ee37c6a7c6..919cb3b2f3 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