File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed
Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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+
174187GUI changes
175188-----------
176189
You can’t perform that action at this time.
0 commit comments