You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting lighthouse with a jwt secret that ends in a new line (e.g. 0x1234..5678\n), I get the following error
CRIT Failed to start beacon node reason: unable to start execution layer endpoints: InvalidJWTSecret("Invalid hex string: OddLength")
It seems that it would be better to either i) strip this or ii) suggest the user remove the trailing newline. For additional context, go-ethereum is happy to strip the newline and carry on about it's day.
Version
unstable
The text was updated successfully, but these errors were encountered:
Description
When starting
lighthouse
with a jwt secret that ends in a new line (e.g.0x1234..5678\n
), I get the following errorIt seems that it would be better to either i) strip this or ii) suggest the user remove the trailing newline. For additional context,
go-ethereum
is happy to strip the newline and carry on about it's day.Version
unstable
The text was updated successfully, but these errors were encountered: