Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
tb_status not tb_lastIndexBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Feb 20, 2024
1 parent 9b04b96 commit af00b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/english/docs/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Returns only `meta` object (with last indexed block number as a decimal)

```bash
# Request
curl -X POST --data '{"jsonrpc":"2.0","method":"tb_lastIndexedBlock","params":[],"id":1}'
curl -X POST --data '{"jsonrpc":"2.0","method":"tb_status","params":[],"id":1}'
# Result
{
"id": 1,
Expand Down

0 comments on commit af00b28

Please sign in to comment.