Skip to content

Commit

Permalink
Merge pull request #841 from lochjin/dev2.0
Browse files Browse the repository at this point in the history
fix:devsnapsync name error for config
  • Loading branch information
dindinw authored Dec 2, 2024
2 parents 2f1fb3c + e51e288 commit 8d0a998
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 8d0a998

Please sign in to comment.