Skip to content

Commit 9e50c33

Browse files
committed
Note new weight field in release-notes.
1 parent d0d9112 commit 9e50c33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ RPC changes
6565
- The `fundrawtransaction` RPC will reject the previously deprecated `reserveChangeKey` option.
6666
- `sendmany` now shuffles outputs to improve privacy, so any previously expected behavior with regards to output ordering can no longer be relied upon.
6767
- The new RPC `testmempoolaccept` can be used to test acceptance of a transaction to the mempool without adding it.
68+
- JSON transaction decomposition now includes a `weight` field which provides
69+
the transaction's exact weight. This is included in REST /rest/tx/ and
70+
/rest/block/ endpoints when in json mode. This is also included in `getblock`
71+
(with verbosity=2), `listsinceblock`, `listtransactions`, and
72+
`getrawtransaction` RPC commands.
6873

6974
External wallet files
7075
---------------------

0 commit comments

Comments
 (0)