Skip to content

Commit

Permalink
Update indexer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cratiu222 authored Aug 20, 2024
1 parent d7497af commit d11fc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/old/indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d11fc1f

Please sign in to comment.