diff --git a/modules/core/03-connection/genesis.go b/modules/core/03-connection/genesis.go index 4b139c93f21..d0f7f3721d0 100644 --- a/modules/core/03-connection/genesis.go +++ b/modules/core/03-connection/genesis.go @@ -26,5 +26,6 @@ func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState { Connections: k.GetAllConnections(ctx), ClientConnectionPaths: k.GetAllClientConnectionPaths(ctx), NextConnectionSequence: k.GetNextConnectionSequence(ctx), + Params: k.GetParams(ctx), } }