Skip to content

Commit

Permalink
In line with main
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Feb 3, 2025
1 parent 81bfa91 commit 20b0b4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion execution/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func (s *EngineClient) Start(
if err := s.verifyChainIDAndConnection(ctx); err != nil {
if errors.Is(err, ErrMismatchedEth1ChainID) {
s.logger.Error(err.Error())
return err
}
continue
}
Expand Down
1 change: 1 addition & 0 deletions execution/client/ethclient/rpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func (rpc *client) callRaw(
if err != nil {
return nil, err
}

rpc.mu.RLock()
req.Header = rpc.header.Clone()
rpc.mu.RUnlock()
Expand Down

0 comments on commit 20b0b4c

Please sign in to comment.