Skip to content

Commit

Permalink
Merge pull request #18 from NibiruChain/jc/fix
Browse files Browse the repository at this point in the history
Fixed error
  • Loading branch information
john-connor84 authored Jul 21, 2022
2 parents c006103 + 13e78b0 commit a42c2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nibiru/clients/dex.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def __init__(self, channel: Channel):

def params(self):
req = dex_type.QueryParamsRequest()
return self.api.Params(req)
# return deserialize(self.api.Params(req))
return deserialize(self.api.Params(req))

def pool_number(self):
req = dex_type.QueryPoolsRequest()
Expand Down

0 comments on commit a42c2a8

Please sign in to comment.