Skip to content

Commit fa4c72e

Browse files
author
MarcoFalke
committed
doc: Rework 14707 release notes
1 parent fa9377c commit fa4c72e

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

doc/release-notes-14707.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,19 @@ Wallet
171171
causes the lock to be written persistently to the wallet database. This
172172
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
173173

174+
- `receivedby` RPCs now include coinbase transactions. Previously, the
175+
following wallet RPCs excluded coinbase transactions: `getreceivedbyaddress`,
176+
`getreceivedbylabel`, `listreceivedbyaddress`, `listreceivedbylabel`. This
177+
release changes this behaviour and returns results accounting for received
178+
coins from coinbase outputs. The previous behaviour can be restored using the
179+
configuration `-deprecatedrpc=exclude_coinbase`, but may be removed in a
180+
future release. (#14707)
181+
182+
- A new option in the same `receivedby` RPCs, `include_immature_coinbase`
183+
(default=`false`), determines whether to account for immature coinbase
184+
transactions. Immature coinbase transactions are coinbase transactions that
185+
have 100 or fewer confirmations, and are not spendable. (#14707)
186+
174187
GUI changes
175188
-----------
176189

0 commit comments

Comments
 (0)