Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Sep 20, 2024
1 parent 1b4309f commit 5e3cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-ts/src/client/chain/grpc/ChainGrpcIbcApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ChainGrpcIbcApi extends BaseGrpcConsumer {
try {
const response =
await this.retry<IbcApplicationsTransferV1Query.QueryDenomTraceResponse>(
() => this.client.DenomHash(request, this.metadata),
() => this.client.DenomTrace(request, this.metadata),
)

return response.denomTrace!
Expand Down

0 comments on commit 5e3cac2

Please sign in to comment.