From 7e184a0a4b1ad0f554dfa6cdf0b318976d86d478 Mon Sep 17 00:00:00 2001 From: TaurusLu Date: Tue, 17 Mar 2020 13:05:06 -0500 Subject: [PATCH] typo of syncing mode This should be an easy typo and can be immediately fixed. Correct me if I'm wrong. --- docs/_dapp/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/tracing.md b/docs/_dapp/tracing.md index 85cb89c70c..0b0a2a9a2c 100644 --- a/docs/_dapp/tracing.md +++ b/docs/_dapp/tracing.md @@ -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