We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deprecatedrpc=exclude_coinbase
1 parent ef0aa74 commit a4703ceCopy full SHA for a4703ce
doc/release-notes.md
@@ -55,6 +55,13 @@ Updated RPCs
55
previously deprecated in 23.0. (#23508) Information on soft fork status is
56
now only available via the `getdeploymentinfo` RPC.
57
58
+- The `deprecatedrpc=exclude_coinbase` configuration option has been removed.
59
+ The `receivedby` RPCs (`listreceivedbyaddress`, `listreceivedbylabel`,
60
+ `getreceivedbyaddress` and `getreceivedbylabel`) now always return results
61
+ accounting for received coins from coinbase outputs, without an option to
62
+ change that behaviour. Excluding coinbases was previously deprecated in 23.0.
63
+ (#25171)
64
+
65
Changes to wallet related RPCs can be found in the Wallet section below.
66
67
New RPCs
0 commit comments