-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In the proto files, liquidity types are defined under tendermint.liquidity.v1beta1 package.
| package tendermint.liquidity.v1beta1; |
But for the query endpoints, it uses /cosmos/liquidity/v1beta1/ as the path prefix.
| option (google.api.http).get = "/cosmos/liquidity/v1beta1/pools"; |
We have to make it consistent around the files not to confuse users.
But for backward compatibility we cannot change it now.
We can fix this maybe in the next version of the liquidity module.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working