From ea399594029a073edcd47129e818b458648439d2 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 15 May 2024 12:08:20 -0400 Subject: [PATCH] docs: remove 'TSDoc', added for troubleshooting --- src/contract/assembled_transaction.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contract/assembled_transaction.ts b/src/contract/assembled_transaction.ts index bbe844064..1f46824b9 100644 --- a/src/contract/assembled_transaction.ts +++ b/src/contract/assembled_transaction.ts @@ -515,11 +515,11 @@ export class AssembledTransaction { signTransaction = this.options.signTransaction, }: { /** - * TSDoc: If `true`, sign and send the transaction even if it is a read call + * If `true`, sign and send the transaction even if it is a read call */ force?: boolean; /** - * TSDoc: You must provide this here if you did not provide one before + * You must provide this here if you did not provide one before */ signTransaction?: ClientOptions["signTransaction"]; } = {}): Promise> => {