Skip to content

Commit

Permalink
Merge pull request #774 from jahali6128/dev/2.0
Browse files Browse the repository at this point in the history
Add "amanagen" flag
  • Loading branch information
dindinw authored Sep 5, 2024
2 parents fd5e591 + 6560da2 commit 3aefcb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/common/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@ var (
Usage: "Enable Amana",
Destination: &cfg.Amana,
},
&cli.StringFlag{
Name: "amanagen",
Usage: "Custom Amana genesis",
Destination: &cfg.AmanaGenesis,
},
&cli.BoolFlag{
Name: "consistency",
Usage: "Detect data consistency through P2P",
Expand Down

0 comments on commit 3aefcb2

Please sign in to comment.