Browse Source

fix the serve api flags

feature/fastsync-skip-updateeth
Pantani 3 years ago
parent
commit
ae0858df3d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cli/node/main.go

+ 1
- 0
cli/node/main.go

@ -484,6 +484,7 @@ func main() {
Aliases: []string{},
Usage: "Serve the API only",
Action: cmdServeAPI,
Flags: flags,
},
{
Name: "discard",

Loading…
Cancel
Save