Skip to content

Commit 91fd46c

Browse files
committed
Move confirmation_height_currently_processing RPC to "Removed RPCs" section
1 parent 718ee38 commit 91fd46c

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

docs/commands/rpc-protocol.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,28 +1370,6 @@ Number, 0 by default. Returns only active elections with equal or higher announc
13701370

13711371
---
13721372

1373-
### confirmation_height_currently_processing
1374-
_version 19.0+_
1375-
1376-
--8<-- "warning-debug-only-command.md"
1377-
1378-
Returns the hash of the block which is having the confirmation height set for, error otherwise. When a block is being confirmed, it must confirm all blocks in the chain below and iteratively follow all receive blocks. This can take a long time, so it can be useful to find which block was the original being confirmed.
1379-
1380-
**Request:**
1381-
```json
1382-
{
1383-
"action": "confirmation_height_currently_processing"
1384-
}
1385-
```
1386-
**Response:**
1387-
```json
1388-
{
1389-
"hash": "000D1BAEC8EC208142C99059B393051BAC8380F9B5A2E6B2489A277D81789F3F"
1390-
}
1391-
```
1392-
1393-
---
1394-
13951373
### confirmation_history
13961374
_version 12.0+_
13971375

@@ -4789,7 +4767,28 @@ Deprecated in V23.0+. Replaced by [receivable_exists](#receivable_exists)
47894767

47904768
---
47914769

4792-
#### Removed in _v22_
4770+
### confirmation_height_currently_processing
4771+
_added in version 19.0+_
4772+
_removed in version 27.0_
4773+
4774+
--8<-- "warning-debug-only-command.md"
4775+
4776+
Returns the hash of the block which is having the confirmation height set for, error otherwise. When a block is being confirmed, it must confirm all blocks in the chain below and iteratively follow all receive blocks. This can take a long time, so it can be useful to find which block was the original being confirmed.
4777+
4778+
**Request:**
4779+
```json
4780+
{
4781+
"action": "confirmation_height_currently_processing"
4782+
}
4783+
```
4784+
**Response:**
4785+
```json
4786+
{
4787+
"hash": "000D1BAEC8EC208142C99059B393051BAC8380F9B5A2E6B2489A277D81789F3F"
4788+
}
4789+
```
4790+
4791+
---
47934792

47944793
### block_count_type
47954794
Reports the number of blocks in the ledger by type (send, receive, open, change, state with version)

0 commit comments

Comments
 (0)