Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 15, 2024
1 parent 9b5fd54 commit 4b583a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function getDefaultHandlers(modules: ValidatorFnsModules, options: GossipHandler
case BlockErrorCode.PARENT_UNKNOWN:
case BlockErrorCode.PRESTATE_MISSING:
case BlockErrorCode.EXECUTION_ENGINE_ERROR:
// Errors might indicate an issue with our node, the connected execution client, or another client
// Errors might indicate an issue with our node or the connected EL client
logLevel = LogLevel.error;
break;
default:
Expand Down

0 comments on commit 4b583a0

Please sign in to comment.