Skip to content

Commit 7890309

Browse files
committed
fixes
1 parent 756fb6e commit 7890309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sdk-and-tools/rest-api/transactions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ The cost is estimated successfully.
422422

423423
:::tip
424424
- Use the returned `txGasUnits` value as the `gasLimit` in your actual transaction.
425-
- Make sure to provide the correct `nonce` of transaction
425+
- Make sure to provide the correct `nonce` of the transaction
426426
:::
427427

428428
:::tip
429-
`Best practice:` when sending the transaction, add ~10% extra gas to the estimated value to avoid underestimation and failure due to insufficient gas.
429+
**Best practice:** when sending the transaction, add ~10% extra gas to the estimated value to avoid underestimation and failure due to insufficient gas.
430430
:::
431431

432432
Here's an example of a request:

0 commit comments

Comments
 (0)