diff --git a/packages/sdk38/src/lcdapi/lcdclient.ts b/packages/sdk38/src/lcdapi/lcdclient.ts index a2bb655e..5151297a 100644 --- a/packages/sdk38/src/lcdapi/lcdclient.ts +++ b/packages/sdk38/src/lcdapi/lcdclient.ts @@ -331,7 +331,7 @@ export class LcdClient { /** * Broadcasts a signed transaction to into the transaction pool. - * Depending on the RestClient's broadcast mode, this might or might + * Depending on the client's broadcast mode, this might or might * wait for checkTx or deliverTx to be executed before returning. * * @param tx a signed transaction as StdTx (i.e. not wrapped in type/value container) diff --git a/packages/sdk38/types/lcdapi/lcdclient.d.ts b/packages/sdk38/types/lcdapi/lcdclient.d.ts index b0e6fe67..b03afd8b 100644 --- a/packages/sdk38/types/lcdapi/lcdclient.d.ts +++ b/packages/sdk38/types/lcdapi/lcdclient.d.ts @@ -157,7 +157,7 @@ export declare class LcdClient { encodeTx(tx: CosmosSdkTx): Promise; /** * Broadcasts a signed transaction to into the transaction pool. - * Depending on the RestClient's broadcast mode, this might or might + * Depending on the client's broadcast mode, this might or might * wait for checkTx or deliverTx to be executed before returning. * * @param tx a signed transaction as StdTx (i.e. not wrapped in type/value container)