Skip to content

Commit

Permalink
fix:devsnapsync name error for config
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Dec 2, 2024
1 parent 9365826 commit e51e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/common/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ var (
Destination: &cfg.GBTTimeOut,
},
&cli.BoolFlag{
Name: "dev_snapsync",
Name: "devsnapsync",
Usage: "Enable snap sync for P2P that only exist in development mode",
Destination: &cfg.DevSnapSync,
},
Expand Down

0 comments on commit e51e288

Please sign in to comment.