github.com/okex/exchain@v1.8.0/libs/ibc-go/modules/core/04-channel/simulation/genesis.go (about) 1 package simulation 2 3 import ( 4 "math/rand" 5 6 "github.com/okex/exchain/libs/cosmos-sdk/x/simulation" 7 "github.com/okex/exchain/libs/ibc-go/modules/core/04-channel/types" 8 ) 9 10 // GenChannelGenesis returns the default channel genesis state. 11 func GenChannelGenesis(_ *rand.Rand, _ []simulation.Account) types.GenesisState { 12 return types.DefaultGenesisState() 13 }