From d11fc1fe820abaf1139e6f8b3be7e8cecb0b967c Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:52:40 +0300 Subject: [PATCH] Update indexer.md --- docs/spec/old/indexer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/old/indexer.md b/docs/spec/old/indexer.md index 37cd568161..28ba69d7f0 100644 --- a/docs/spec/old/indexer.md +++ b/docs/spec/old/indexer.md @@ -182,7 +182,7 @@ type Accumulator interface{ // GetAccumulators extends GetAccumulator to multiple blocks GetAccumulators(header Header) (interface{},UpgradeFork,error) - // GetSyncPoint determines the blockNumber at which it needs to start syncing from based on both 1) its ability to full its entire state from the chain and 2) its indexing duration requirements. + // GetSyncPoint determines the blockNumber at which it needs to start syncing from based on both 1) its ability to fill its entire state from the chain and 2) its indexing duration requirements. GetSyncPoint(latestHeader Header) (uint64,error) // SetSyncPoint sets the Accumulator to operate in fast mode.