mirror of https://github.com/hyperledger/besu
Use absolute data-path instead of relative. (#894)
When using the data-path internally use an absolute version instead of the path instead of a relative form. This fixes a null pointer exception when the data-path is set to an empty string (in a TOML config using `data-path=""` or CLI using `--data-path=`) and interprets that empty string to be the current working directory. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
7c97318f28
commit
b7761de2a3
Loading…
Reference in new issue