File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Notable changes
43
43
P2P and network changes
44
44
-----------------------
45
45
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
47
47
and relay policy. This is to better reflect the actual afforded protections
48
48
against CVE-2017 -12842 and open up additional use-cases of smaller transaction sizes. (#26265 )
49
49
@@ -60,7 +60,7 @@ Updated RPCs
60
60
------------
61
61
62
62
- 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
64
64
contain positional parameter values. This is a convenience to allow some
65
65
parameter values to be passed by name without having to name every value. The
66
66
python test framework and ` bitcoin-cli ` tool both take advantage of this, so
You can’t perform that action at this time.
0 commit comments