From ae0858df3d6d948eefcd48f9038d75aefd8e60da Mon Sep 17 00:00:00 2001 From: Pantani Date: Thu, 18 Mar 2021 12:02:18 -0300 Subject: [PATCH] fix the serve api flags --- cli/node/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/node/main.go b/cli/node/main.go index e294d84..a6fa499 100644 --- a/cli/node/main.go +++ b/cli/node/main.go @@ -484,6 +484,7 @@ func main() { Aliases: []string{}, Usage: "Serve the API only", Action: cmdServeAPI, + Flags: flags, }, { Name: "discard",