Skip to content

Commit

Permalink
smol cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Apr 1, 2021
1 parent 4431c38 commit 2cf1b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ func updateDotConfigFromGenesisJSONRaw(tomlCfg ctoml.Config, cfg *dot.Config) {

// use default genesis file if genesis configuration not provided, for example,
// if we load a toml configuration file without a defined genesis init value or
// if we pass an empty string as the genesis init value using the --geneis-raw flag
// if we pass an empty string as the genesis init value using the --genesis flag
if cfg.Init.Genesis == "" {
cfg.Init.Genesis = DefaultCfg().Init.Genesis
}
Expand Down

0 comments on commit 2cf1b29

Please sign in to comment.