Skip to content

Conversation

@madisoncarter1234
Copy link

Summary

Before:

Error: No such file or directory (os error 2)

After:

Error: failed to read key file: /path/to/keys.env

Caused by:
    No such file or directory (os error 2)

Test plan

  • cargo check -p sequencer passes
  • Manual verification: attempt to start sequencer with non-existent key file path

  Fixes EspressoSystems#2059: When the key file doesn't exist, the error now includes the
  path that was attempted, making it easier to diagnose configuration issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more context to missing key error

1 participant