mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-28 22:07:37 +08:00
7 lines
186 B
Go
7 lines
186 B
Go
package utils
|
|
|
|
var (
|
|
ErrNotValidConfigDirMessage = "source directory does not contain both of the config.yml and keys.yml files"
|
|
ErrConfigNotFoundErrorMessage = "config not found"
|
|
)
|