Skip to content

Commit

Permalink
Merge pull request #205 from comdex-official/testwasmfix
Browse files Browse the repository at this point in the history
panic issue solved
  • Loading branch information
dheerajkd30 authored Jun 6, 2022
2 parents b01ad0e + 9c2e2c6 commit c12eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/vault/keeper/query_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ func (q *queryServer) QueryTVLLockedByAppOfAllExtendedPairs(c context.Context, r

appExtendedPairVaultData, found := q.GetAppExtendedPairVaultMapping(ctx, req.AppId)
if !found {
return nil, nil
return &types.QueryTVLLockedByAppOfAllExtendedPairsResponse{}, nil
}
for _, data := range appExtendedPairVaultData.ExtendedPairVaults {
extPairVault, _ := q.GetPairsVault(ctx, data.ExtendedPairId)
Expand Down

0 comments on commit c12eb42

Please sign in to comment.