Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 24, 2023
1 parent 17ff978 commit d2e0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/actions/wallet/sendRawTransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const request = await walletClient.prepareTransactionRequest({
value: 1000000000000000000n
})

const signature = await walletClient.sendRawTransaction(request)
const signature = await walletClient.signTranasction(request)

const hash = await walletClient.sendRawTransaction(signature) // [!code focus]
```
Expand Down

0 comments on commit d2e0166

Please sign in to comment.