Skip to content

Commit

Permalink
Merge pull request #605 from MinterTeam/klim0v-patch-1
Browse files Browse the repository at this point in the history
update genesis default link
  • Loading branch information
danil-lashin committed Apr 12, 2021
2 parents c030ae3 + 3d2d9f1 commit 80715e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
rootCmd.PersistentFlags().Bool("testnet", false, "use \"true\" for testnet, mainnet is default")
rootCmd.PersistentFlags().Bool("pprof", false, "enable pprof")
rootCmd.PersistentFlags().String("pprof-addr", "0.0.0.0:6060", "pprof listen addr")
rootCmd.PersistentFlags().String("genesis", "https://github.com/MinterTeam/minter-go-node/releases/download/v1.2.0/genesis.json", "path with the genesis file to download")
rootCmd.PersistentFlags().String("genesis", "https://github.com/MinterTeam/minter-go-node/releases/download/v2.0/genesis.json", "path with the genesis file to download")

cmd.ExportCommand.Flags().Uint64("height", 0, "export height")
cmd.ExportCommand.Flags().Float64("bip-price", 0, "bip price in usd")
Expand Down

0 comments on commit 80715e9

Please sign in to comment.