Skip to content

Commit

Permalink
fix(cmd): Add pruner flags to LN as well (#3449)
Browse files Browse the repository at this point in the history
Adds `--experimental-pruning` flag to LN
  • Loading branch information
renaynay committed May 29, 2024
1 parent 563ba0a commit 0ddeed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func NewLight(options ...func(*cobra.Command, []*pflag.FlagSet)) *cobra.Command
rpc.Flags(),
gateway.Flags(),
state.Flags(),
pruner.Flags(),
}
cmd := &cobra.Command{
Use: "light [subcommand]",
Expand Down

0 comments on commit 0ddeed8

Please sign in to comment.