Skip to content

Commit c960787

Browse files
committed
typo
1 parent 635d781 commit c960787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Core/Scripts/Wallet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ public async Task<bool> IsDeployed()
882882
/// Sends a raw transaction from the connected wallet.
883883
/// </summary>
884884
/// <param name="transactionRequest">The transaction request object containing transaction details.</param>
885-
/// <returns>The result of the transaction as a TransactionResult object.</returns>
885+
/// <returns>The transaction hash.</returns>
886886
public async Task<string> SendRawTransaction(TransactionRequest transactionRequest)
887887
{
888888
if (Utils.IsWebGLBuild())

0 commit comments

Comments
 (0)