clarify removedb

This commit is contained in:
Joe 2023-02-01 16:45:18 +00:00
parent 155738f30c
commit 6f384b6266
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Geth's blockchain and state databases can be removed with:
geth removedb
```
This is useful for deleting an old chain and sync'ing to a new one. It only affects data directories that can be re-created on synchronisation and does not touch the keystore.
This is useful for deleting an old chain and sync'ing to a new one. It only affects data directories that can be re-created on synchronisation and does not touch the keystore. Specifically, passing the `removedb` command with no arguments removes the full node state database, ancient database and light node database (although light nodes are not currently functional for proof-of-stake Ethereum).
## Blockchain Import/Export {#blockchain-import-export}