Skip to content

Commit

Permalink
fix: rename ethereum in log (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinconic authored Oct 23, 2024
1 parent cc37fe7 commit c127b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transaction/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func WaitSynced(ctx context.Context, logger log.Logger, backend Backend, maxDela
return nil
}

logger.Info("still waiting for Ethereum to sync", "block_time", blockTime)
logger.Info("still waiting for blockchain RPC to sync", "block_time", blockTime)

select {
case <-ctx.Done():
Expand Down

0 comments on commit c127b31

Please sign in to comment.