Skip to content

Commit 034cb5a

Browse files
maflckostickies-v
andauthored
doc: Fix broken link in release notes
Also, add missing unit "bytes" Co-authored-by: stickies-v <[email protected]>
1 parent fab19a8 commit 034cb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/release-notes/release-notes-25.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Notable changes
4343
P2P and network changes
4444
-----------------------
4545

46-
- Transactions of non-witness size 65 and above are now allowed by mempool
46+
- Transactions of non-witness size 65 bytes and above are now allowed by mempool
4747
and relay policy. This is to better reflect the actual afforded protections
4848
against CVE-2017-12842 and open up additional use-cases of smaller transaction sizes. (#26265)
4949

@@ -60,7 +60,7 @@ Updated RPCs
6060
------------
6161

6262
- All JSON-RPC methods accept a new [named
63-
parameter](JSON-RPC-interface.md#parameter-passing) called `args` that can
63+
parameter](https://github.com/bitcoin/bitcoin/blob/master/doc/JSON-RPC-interface.md#parameter-passing) called `args` that can
6464
contain positional parameter values. This is a convenience to allow some
6565
parameter values to be passed by name without having to name every value. The
6666
python test framework and `bitcoin-cli` tool both take advantage of this, so

0 commit comments

Comments
 (0)