mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Coinbase receivedby rpcs release notes
This commit is contained in:
parent
b5696750a9
commit
1dcba996d3
1 changed files with 19 additions and 0 deletions
19
doc/release-notes-14707.md
Normal file
19
doc/release-notes-14707.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
Wallet `receivedby` RPCs now include coinbase transactions
|
||||
-------------
|
||||
|
||||
Previously, the following wallet RPCs excluded coinbase transactions:
|
||||
|
||||
`getreceivedbyaddress`
|
||||
|
||||
`getreceivedbylabel`
|
||||
|
||||
`listreceivedbyaddress`
|
||||
|
||||
`listreceivedbylabel`
|
||||
|
||||
This release changes this behaviour and returns results accounting for received coins from coinbase outputs.
|
||||
|
||||
A new option, `include_immature_coinbase` (default=`false`), determines whether to account for immature coinbase transactions.
|
||||
Immature coinbase transactions are coinbase transactions that have 100 or fewer confirmations, and are not spendable.
|
||||
|
||||
The previous behaviour can be restored using the configuration `-deprecatedrpc=exclude_coinbase`, but may be removed in a future release.
|
Loading…
Add table
Reference in a new issue