Skip to content

Commit

Permalink
Merge pull request #333 from terra-money/chore/add-slash-to-path
Browse files Browse the repository at this point in the history
add slash to path
  • Loading branch information
Vritra4 authored Aug 18, 2022
2 parents e92a84f + f02e239 commit 614ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/lcd/api/TxAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export class TxAPI extends BaseAPI {
});

return this.c
.getRaw<TxSearchResult.Data>(`cosmos/tx/v1beta1/txs`, params)
.getRaw<TxSearchResult.Data>(`/cosmos/tx/v1beta1/txs`, params)
.then(d => {
return {
txs: d.tx_responses.map(tx_response =>
Expand Down

0 comments on commit 614ce3a

Please sign in to comment.