Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 0 additions & 120 deletions client/pruning/main.go

This file was deleted.

47 changes: 0 additions & 47 deletions x/genutil/client/cli/commands.go

This file was deleted.

127 changes: 0 additions & 127 deletions x/genutil/client/cli/export.go

This file was deleted.

5 changes: 5 additions & 0 deletions x/genutil/client/cli/gentx.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import (
"github.com/cosmos/cosmos-sdk/x/genutil/types"
)

type genesisMM interface {
DefaultGenesis() map[string]json.RawMessage
ValidateGenesis(genesisData map[string]json.RawMessage) error
}

// GenTxCmd builds the application's gentx command.
func GenTxCmd(genMM genesisMM, genBalIterator types.GenesisBalancesIterator) *cobra.Command {
ipDefault, _ := server.ExternalIP()
Expand Down
Loading