Skip to content

Commit

Permalink
export connection params (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Jul 7, 2021
1 parent 449847b commit 5d0cb6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/03-connection/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}

0 comments on commit 5d0cb6c

Please sign in to comment.