Skip to content

Commit

Permalink
CNS-806: fix init genesis order bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Jan 22, 2024
1 parent 2c38b0e commit c3efa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,12 +750,12 @@ func New(
slashingtypes.ModuleName,
govtypes.ModuleName,
crisistypes.ModuleName,
dualstakingmoduletypes.ModuleName,
genutiltypes.ModuleName,
evidencetypes.ModuleName,
ibctransfertypes.ModuleName,
ibcexported.ModuleName,
specmoduletypes.ModuleName,
dualstakingmoduletypes.ModuleName,
subscriptionmoduletypes.ModuleName,
downtimemoduletypes.ModuleName,
pairingmoduletypes.ModuleName,
Expand Down

0 comments on commit c3efa1c

Please sign in to comment.