From bbeb2095705ced52ae6a38152e917ca01431f976 Mon Sep 17 00:00:00 2001 From: TaurusLu Date: Wed, 18 Mar 2020 04:14:57 -0500 Subject: [PATCH] [DOCS] fix typo of syncing mode "fast" -> "full" (#20775) --- 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