nimbus-eth2
nimbus-eth2 copied to clipboard
Lack of error message if the validators directory is not accessible (i.e. missing +x flag)
Steps to reproduce on Unix-like systems:
- Import some keystores into Nimbus
- Remove the executable flag from the validator directory
- Launch Nimbus and observe that no validator keys are loaded and no error message is printed.
Expected output:
The client should provide feedback to the user by printing an error message, suggesting how the problem can be resolved.