fix: update swap genesis in test (#964)

This commit is contained in:
Kevin Davis 2021-07-15 10:03:30 -05:00 committed by GitHub
parent d45fa58f5c
commit bb1bc7fed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,8 @@ func NewSwapGenesisState() app.GenesisState {
swap.NewAllowedPools(swap.NewAllowedPool("busd", "ukava")), swap.NewAllowedPools(swap.NewAllowedPool("busd", "ukava")),
d("0.0"), d("0.0"),
), ),
swap.DefaultPoolRecords,
swap.DefaultShareRecords,
) )
return app.GenesisState{ return app.GenesisState{
swap.ModuleName: swap.ModuleCdc.MustMarshalJSON(genesis), swap.ModuleName: swap.ModuleCdc.MustMarshalJSON(genesis),