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
The lighthouse account manager uses different code from the validator client to do its locking, and previous to #1958 they were completely out of sync. For now I'm making it so that the account manager locks the keystore at the hardcoded path it expects (voting-keystore.json.lock), so that if another process has locked this keystore, it fails. But this isn't ideal, because keystores aren't always named as the ValidatorDir code expects.
The text was updated successfully, but these errors were encountered:
Description
The lighthouse account manager uses different code from the validator client to do its locking, and previous to #1958 they were completely out of sync. For now I'm making it so that the account manager locks the keystore at the hardcoded path it expects (
voting-keystore.json.lock
), so that if another process has locked this keystore, it fails. But this isn't ideal, because keystores aren't always named as theValidatorDir
code expects.The text was updated successfully, but these errors were encountered: