dymensionxyz/dymension

`ExportGenesis` does not include the Params value

omritoptix opened this issue · 1 comments

In x/delayedack/genesis.go:21-25, the ExportGenesis function does not include
the Params when exporting the genesis state. This will cause the Params exported by the
genesis to be an empty value, which is incorrect.

solved here #769