mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_getting-started/index.md
This commit is contained in:
parent
f32bf6e505
commit
c758e9fb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ These are:
|
|||
|
||||
- **Full**: Downloads all block headers, block data, and validates all transactions
|
||||
- **Fast** (Default): Downloads block headers and block data of the most recent transactions (1024) and validates them.
|
||||
- **Light**: Downloads all block headers, block data, but does not validate transactions.
|
||||
- **Light**: Downloads all block headers, block data, and verifies some randomly.
|
||||
|
||||
For example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue