Skip to content

Commit

Permalink
add intx tracker to genesis export
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Sep 9, 2023
1 parent e3beb86 commit 065bdc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/crosschain/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,7 @@ func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState {

genesis.TssHistory = k.GetAllTSS(ctx)

genesis.InTxTrackerList = k.GetAllInTxTracker(ctx)

return &genesis
}

0 comments on commit 065bdc1

Please sign in to comment.