ursa icon indicating copy to clipboard operation
ursa copied to clipboard

If config does not exist the error message cause confusion

Open punkbit opened this issue 2 years ago • 1 comments

Description

On first run, if a config does not exist the error message causes node operators to question it as a big problem. Seems that if instead, we change the error message and make it a bit more clear that is ok and the config will be created have the users satisfied.

Environment

Any supported

Demo

image

Notes

Checklist

  • [ ] I have ensured that my version is up-to-date
  • [ ] I have ensured that my issue is reproducible
  • [ ] I have ensured that my issue is not a duplicate

punkbit avatar Apr 11 '23 09:04 punkbit

We could add a simple check to see if the file exists, if not just skip straight to creating the default

ozwaldorf avatar Apr 17 '23 15:04 ozwaldorf