mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Fix log on initializing external block builder (#4267)
## Issue Addressed #4266 ## Proposed Changes - Log `Using external block builder` instead of `Connected to external block builder` on its initialization to resolve the confusion (there's no actual connection there) ## Additional Info The log is mentioned in builders docs, so it's changed there too.
This commit is contained in:
@@ -178,7 +178,7 @@ You can check that your builder is configured correctly by looking for these log
|
||||
On start-up, the beacon node will log if a builder is configured:
|
||||
|
||||
```
|
||||
INFO Connected to external block builder
|
||||
INFO Using external block builder
|
||||
```
|
||||
|
||||
At regular intervals the validator client will log that it successfully registered its validators
|
||||
|
||||
Reference in New Issue
Block a user