Skip to content

Commit c127b31

Browse files
authored
fix: rename ethereum in log (#4875)
1 parent cc37fe7 commit c127b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/transaction/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func WaitSynced(ctx context.Context, logger log.Logger, backend Backend, maxDela
7575
return nil
7676
}
7777

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

8080
select {
8181
case <-ctx.Done():

0 commit comments

Comments
 (0)