Skip to content

Commit be00a69

Browse files
authored
fix(pprof): pprofserver flag changed to boolean (#2205)
1 parent eee7604 commit be00a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gossamer/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var (
103103
Name: "basepath",
104104
Usage: "Data directory for the node",
105105
}
106-
PprofServerFlag = cli.StringFlag{
106+
PprofServerFlag = cli.BoolFlag{
107107
Name: "pprofserver",
108108
Usage: "enable or disable the pprof HTTP server",
109109
}

0 commit comments

Comments
 (0)