Skip to content

Commit

Permalink
add comment on gnoHome config
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 19, 2024
1 parent 2bddc48 commit 8b27abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gnogenesis/internal/txs/txs_add_packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var genesisDeployFee = std.NewFee(50000, std.MustParseCoin(ugnot.ValueString(100
type addPkgCfg struct {
txsCfg *txsCfg
keyName string
gnoHome string
gnoHome string // default GNOHOME env var, just here to ease testing with parallel tests
insecurePasswordStdin bool
}

Expand Down

0 comments on commit 8b27abe

Please sign in to comment.