diff --git a/docs/public-networks/reference/api/index.md b/docs/public-networks/reference/api/index.md index 716330f1ec7..d25f6f99bc7 100644 --- a/docs/public-networks/reference/api/index.md +++ b/docs/public-networks/reference/api/index.md @@ -1357,7 +1357,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"debug_replayBlock","params":["0x -### `debug_resyncWorldstate` +### `debug_resyncWorldState` Triggers a re-synchronization of the world state while retaining imported blocks. This is useful if there are world state database inconsistencies (for example, Bonsai database issues). @@ -1374,7 +1374,7 @@ None ```bash - curl -X POST --data '{"jsonrpc":"2.0","method":"debug_resyncWorldstate","params":[],"id":1}' http://127.0.0.1:8545 + curl -X POST --data '{"jsonrpc":"2.0","method":"debug_resyncWorldState","params":[],"id":1}' http://127.0.0.1:8545 ``` @@ -1382,7 +1382,7 @@ None ```json -{ "jsonrpc": "2.0", "method": "debug_resyncWorldstate", "params": [], "id": 1 } +{ "jsonrpc": "2.0", "method": "debug_resyncWorldState", "params": [], "id": 1 } ```