Commit 79e51a76 authored by Hamdi Allam's avatar Hamdi Allam

typo

parent 1119bb91
......@@ -54,7 +54,7 @@ func (f *Fetcher) NextFinalizedHeaders() ([]*types.Header, error) {
if numHeaders == 0 {
return nil, nil
} else if f.lastHeader != nil && headers[0].ParentHash != f.lastHeader.Hash() {
// The indexer's state is in an irrecovorable state relative the provider. This
// The indexer's state is in an irrecoverable state relative the provider. This
// SHOULD NEVER happens since the indexer is dealing with only finalize blcoks.
return nil, ErrFetcherAndProviderMismatchedState
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment