Skip to content

Commit 963470d

Browse files
committed
docs(rpc): mark masternode current and winner as removed
Related to dashpay/dash#6567
1 parent c8808e0 commit 963470d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/core/api/remote-procedure-call-quick-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
7070
* [GetGovernanceInfo](../api/remote-procedure-calls-dash.md#getgovernanceinfo): returns an object containing governance parameters. _Updated in Dash Core 20.0.0_
7171
* [GetSuperblockBudget](../api/remote-procedure-calls-dash.md#getsuperblockbudget): returns the absolute maximum sum of superblock payments allowed.
7272
* [GObject](../api/remote-procedure-calls-dash.md#gobject): provides a set of commands for managing governance objects and displaying information about them. _Updated in Dash Core 20.0.0_
73-
* [Masternode](../api/remote-procedure-calls-dash.md#masternode): provides a set of commands for managing masternodes and displaying information about them. **Updated in Dash Core 22.0.0**
73+
* [Masternode](../api/remote-procedure-calls-dash.md#masternode): provides a set of commands for managing masternodes and displaying information about them. **Updated in Dash Core 23.0.0**
7474
* [MasternodeList](../api/remote-procedure-calls-dash.md#masternodelist): returns a list of masternodes in different modes. _Updated in Dash Core 20.0.0_
7575
* [MnSync](../api/remote-procedure-calls-dash.md#mnsync): returns the sync status, updates to the next step or resets it entirely. _Updated in Dash Core 0.14.0_
7676
* [Spork](../api/remote-procedure-calls-dash.md#spork): shows information about the current state of sporks. _Updated in Dash Core 18.1.0_

docs/core/api/remote-procedure-calls-dash.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,8 +1279,10 @@ Result:
12791279

12801280
### Masternode Current
12811281

1282-
:::{deprecated} 0.17.0
1283-
This RPC has been deprecated and will be removed in a future version of Dash Core
1282+
:::{attention}
1283+
**REMOVED in Dash Core 23.0.0**
1284+
1285+
This RPC was deprecated in Dash Core 0.17.0 and removed in v23.0.0.
12841286
:::
12851287

12861288
The `masternode current` RPC prints info on current masternode winner to be paid the next block (calculated locally).
@@ -1517,8 +1519,10 @@ Result:
15171519

15181520
### Masternode Winner
15191521

1520-
:::{deprecated} 0.17.0
1521-
This RPC has been deprecated and will be removed in a future version of Dash Core
1522+
:::{attention}
1523+
**REMOVED in Dash Core 23.0.0**
1524+
1525+
This RPC was deprecated in Dash Core 0.17.0 and removed in v23.0.0.
15221526
:::
15231527

15241528
The `masternode winner` RPC prints info on the next masternode winner to vote for.

0 commit comments

Comments
 (0)