Skip to content

Commit

Permalink
s/WriteGenesisFile/ExportGenesisFile/
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Nov 9, 2018
1 parent 194691f commit 8a7c490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/gaia/init/genesis_accts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package init

import (
"fmt"

"github.com/cosmos/cosmos-sdk/cmd/gaia/app"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/server"
Expand Down Expand Up @@ -56,7 +57,7 @@ func AddGenesisAccountCmd(ctx *server.Context, cdc *codec.Codec) *cobra.Command
return err
}

return WriteGenesisFile(genFile, genDoc.ChainID, nil, appStateJSON)
return ExportGenesisFile(genFile, genDoc.ChainID, nil, appStateJSON)
},
}

Expand Down

0 comments on commit 8a7c490

Please sign in to comment.