Skip to content

Commit

Permalink
fix: change documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Sep 30, 2024
1 parent b276443 commit 0ae55f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/indexer_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ func (eis *EVMIndexerService) OnStart() error {
ctx := context.Background()

// when kava in state-sync mode, it returns zero as latest_block_height, which leads to undesired behavior, more
// details here: https://kava-labs.atlassian.net/wiki/spaces/ENG/pages/1623687169/EVM-Indexer+State+Sync+Issue
// to prevent this we wait until state-sync will finish
// details here: https://github.com/Kava-Labs/ethermint/issues/79 to prevent this we wait until state-sync will finish
if err := waitUntilClientReady(ctx, eis.client, backoff.NewConstantBackOff(time.Second)); err != nil {
return err
}
Expand Down

0 comments on commit 0ae55f1

Please sign in to comment.