Skip to content

Commit

Permalink
loadGenesisDoc -> LoadGenesisDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Jan 28, 2019
1 parent 5476c4e commit 17f6795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaia/init/validate_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func ValidateGenesisCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command {
fmt.Fprintf(os.Stderr, "validating genesis file at %s\n", genesis)

var genDoc types.GenesisDoc
if genDoc, err = loadGenesisDoc(cdc, genesis); err != nil {
if genDoc, err = LoadGenesisDoc(cdc, genesis); err != nil {
return errors.Errorf("Error loading genesis doc from %s: %s", genesis, err.Error())
}

Expand Down

0 comments on commit 17f6795

Please sign in to comment.