mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
typo of syncing mode
This should be an easy typo and can be immediately fixed. Correct me if I'm wrong.
This commit is contained in:
parent
c4a73900c6
commit
7e184a0a4b
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
|
||||
at any point in time. Tracing a single transaction also entails reexecuting all
|
||||
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
|
||||
transaction also entails reexecuting all preceding transactions in the same block.
|
||||
* A **fast synced** node retaining only **periodic state data** after initial sync can
|
||||
|
|
|
|||
Loading…
Reference in a new issue