File tree Expand file tree Collapse file tree 1 file changed +15
-19
lines changed
Expand file tree Collapse file tree 1 file changed +15
-19
lines changed Original file line number Diff line number Diff line change 1- Wallet ` receivedby ` RPCs now include coinbase transactions
2- -------------
3-
4- Previously, the following wallet RPCs excluded coinbase transactions:
5-
6- ` getreceivedbyaddress `
7-
8- ` getreceivedbylabel `
9-
10- ` listreceivedbyaddress `
11-
12- ` listreceivedbylabel `
13-
14- This release changes this behaviour and returns results accounting for received coins from coinbase outputs.
15-
16- A new option, ` include_immature_coinbase ` (default=` false ` ), determines whether to account for immature coinbase transactions.
17- Immature coinbase transactions are coinbase transactions that have 100 or fewer confirmations, and are not spendable.
18-
19- The previous behaviour can be restored using the configuration ` -deprecatedrpc=exclude_coinbase ` , but may be removed in a future release.
1+ Wallet
2+ ------
3+
4+ - ` receivedby ` RPCs now include coinbase transactions. Previously, the
5+ following wallet RPCs excluded coinbase transactions: ` getreceivedbyaddress ` ,
6+ ` getreceivedbylabel ` , ` listreceivedbyaddress ` , ` listreceivedbylabel ` . This
7+ release changes this behaviour and returns results accounting for received
8+ coins from coinbase outputs. The previous behaviour can be restored using the
9+ configuration ` -deprecatedrpc=exclude_coinbase ` , but may be removed in a
10+ future release. (#6601 )
11+
12+ - A new option in the same ` receivedby ` RPCs, ` include_immature_coinbase `
13+ (default=` false ` ), determines whether to account for immature coinbase
14+ transactions. Immature coinbase transactions are coinbase transactions that
15+ have 100 or fewer confirmations, and are not spendable. (#6601 )
You can’t perform that action at this time.
0 commit comments