Skip to content

Commit 1dcba99

Browse files
committed
Coinbase receivedby rpcs release notes
1 parent b569675 commit 1dcba99

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/release-notes-14707.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)