Skip to content

Commit

Permalink
update upgrade handler (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Nov 20, 2023
1 parent 30b425c commit 4ad41e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v2/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func CreateV2UpgradeHandler(
keyTable = ibctransfertypes.ParamKeyTable()
case icahosttypes.SubModuleName:
keyTable = icahosttypes.ParamKeyTable()
case packetforwardtypes.ModuleName:
keyTable = packetforwardtypes.ParamKeyTable()

// omniflix
case alloctypes.ModuleName:
Expand Down

0 comments on commit 4ad41e3

Please sign in to comment.