diff --git a/cmd/main.go b/cmd/main.go index f420b8e..c76b538 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -110,7 +110,6 @@ func Serve(ctx *cli.Context) error { return fmt.Errorf("couldn't create listener: %v", err) } - // TODO: make // TODO: make "key-database.pogreb" set via flag certDB, err := database.New("key-database.pogreb") if err != nil {