mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-10 18:16:39 +00:00
[DOCS] fix typo of syncing mode "fast" -> "full" (#20775)
This commit is contained in:
parent
c4a73900c6
commit
bbeb209570
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ result in different capabilities:
|
||||||
* An **archive** node retaining **all historical data** can trace arbitrary transactions
|
* An **archive** node retaining **all historical data** can trace arbitrary transactions
|
||||||
at any point in time. Tracing a single transaction also entails reexecuting all
|
at any point in time. Tracing a single transaction also entails reexecuting all
|
||||||
preceding transactions in the same block.
|
preceding transactions in the same block.
|
||||||
* A **fast synced** node retaining **all historical data** after initial sync can only
|
* A **full synced** node retaining **all historical data** after initial sync can only
|
||||||
trace transactions from blocks following the initial sync point. Tracing a single
|
trace transactions from blocks following the initial sync point. Tracing a single
|
||||||
transaction also entails reexecuting all preceding transactions in the same block.
|
transaction also entails reexecuting all preceding transactions in the same block.
|
||||||
* A **fast synced** node retaining only **periodic state data** after initial sync can
|
* A **fast synced** node retaining only **periodic state data** after initial sync can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue