From f03cff96daf8d4b08522d037a71ae730bc9e479d Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:57:30 +0100 Subject: [PATCH] Move deprecated rpc to deprecated section --- docs/commands/rpc-protocol.md | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/commands/rpc-protocol.md b/docs/commands/rpc-protocol.md index ec57a202c..e40e43885 100644 --- a/docs/commands/rpc-protocol.md +++ b/docs/commands/rpc-protocol.md @@ -472,12 +472,6 @@ Returns a list of pairs of account and block hash representing the head block fo --- -### accounts_pending - -Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable) - ---- - ### accounts_receivable _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 --- -### pending - -Deprecated in V23.0+. Replaced by [receivable](#receivable) - ---- - -### pending_exists - -Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists) - ---- - ### populate_backlog 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. --- +### accounts_pending + +Deprecated in V24.0+. Replaced by [accounts_receivable](#accounts_receivable) + +--- + ### history **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. --- +### pending + +Deprecated in V23.0+. Replaced by [receivable](#receivable) + +--- + +### pending_exists + +Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists) + +--- + ## Removed RPCs ---