Closed mscurtescu closed 6 months ago
qclient by default expects the config folder under ../node/.config/ which is not working when the binary is run from PATH.
qclient
../node/.config/
The workaround is to run the command like:
qclient <sub-command> --config .config <args>
This PR fixes the config loading to default it to .config/ (that is .config/ under current folder).
.config/
Related issue: https://github.com/QuilibriumNetwork/ceremonyclient/issues/175
Tested locally, works as expected.
qclient
by default expects the config folder under../node/.config/
which is not working when the binary is run from PATH.The workaround is to run the command like:
This PR fixes the config loading to default it to
.config/
(that is.config/
under current folder).Related issue: https://github.com/QuilibriumNetwork/ceremonyclient/issues/175