fix: update error message

This commit is contained in:
Derrick Hammer 2024-02-22 03:44:27 -05:00
parent 7f5741a64b
commit 9932e6194e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func configureS5Protocol(proto *S5Protocol) (*s5config.NodeConfig, error) {
}
if cfg.DbPath == "" {
proto.logger.Fatal("protocol.s5.dbPath is required")
proto.logger.Fatal("protocol.s5.db_path is required")
}
_, p, err := ed25519.GenerateKey(nil)