Closed shumkov closed 1 year ago
When you run any commands except setup with a fresh setup, dashmate should recommend to run setup command first.
setup
Since new configs are created with base config as default we can see many different errors depend on a command you run.
base
Error: Default config is not set. Please use '--config' option or set default config
Related https://github.com/dashpay/platform/issues/487
Fixed in v0.24
Expected Behavior
When you run any commands except
setup
with a fresh setup, dashmate should recommend to runsetup
command first.Current Behavior
Since new configs are created with
base
config as default we can see many different errors depend on a command you run.Possible Solution