This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
When an account password file is not found and parity is run as a daemon it silently fails #9367
Closed
Description
I'm running:
- Which Parity version?: 2.0.1-beta
- Which operating system?: Linux
- How installed?: via binaries
- Are you fully synchronized?: no
- Which network are you connected to?: custom poa
- Did you try to restart the node?: yes
To test set
[account]
password = ["/does-not-exist.txt"]
and run parity --config config.toml daemon pidfile
, then run parity --config config.toml
and you'll see the error.