Skip to content

Commit a436493

Browse files
authored
Move deprecated rpc to deprecated section (#712)
1 parent f9be5e1 commit a436493

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/commands/rpc-protocol.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,6 @@ Returns a list of pairs of account and block hash representing the head block fo
472472

473473
---
474474

475-
### accounts_pending
476-
477-
Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable)
478-
479-
---
480-
481475
### accounts_receivable
482476

483477
_since V24.0, use [accounts_pending](#accounts_pending) for V23.3 and below_
@@ -2042,18 +2036,6 @@ _version 20.0 will generate the node_id with `node_` prefix, earlier versions wi
20422036

20432037
---
20442038

2045-
### pending
2046-
2047-
Deprecated in V23.0+. Replaced by [receivable](#receivable)
2048-
2049-
---
2050-
2051-
### pending_exists
2052-
2053-
Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists)
2054-
2055-
---
2056-
20572039
### populate_backlog
20582040

20592041
Scans all accounts, checks for unconfirmed blocks in account chains, and then queues those blocks for confirmation via the election scheduler. Useful for local test networks, since default backlog population is normally done over longer intervals (e.g. 5 minutes).
@@ -4607,6 +4589,12 @@ Note: Before v20, the sampling period was between 16 and 36 seconds.
46074589

46084590
---
46094591

4592+
### accounts_pending
4593+
4594+
Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable)
4595+
4596+
---
4597+
46104598
### history
46114599

46124600
**Deprecated**: please use `account_history` instead. It provides a `head` option which is identical to the history `hash` option.
@@ -4727,6 +4715,18 @@ Multiply an rai amount by the rai ratio.
47274715

47284716
---
47294717

4718+
### pending
4719+
4720+
Deprecated in V23.0+. Replaced by [receivable](#receivable)
4721+
4722+
---
4723+
4724+
### pending_exists
4725+
4726+
Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists)
4727+
4728+
---
4729+
47304730
## Removed RPCs
47314731

47324732
---

0 commit comments

Comments
 (0)