Skip to content

Commit

Permalink
Update docs/src/calling-contracts/cost-estimation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
  • Loading branch information
hal3e and segfault-magnet authored Feb 14, 2025
1 parent fa755cb commit 4389fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/calling-contracts/cost-estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With the function `estimate_transaction_cost(tolerance: Option<f64>, block_horiz
{{#include ../../../packages/fuels-accounts/src/provider.rs:transaction_cost}}
```

> **Note** `script_gas` reefers to the part of the gas spent on the script execution.
> **Note** `script_gas` refers to the part of the gas spent on the script execution.
Below are examples that show how to get the estimated transaction cost from single and multi call transactions.

Expand Down

0 comments on commit 4389fc0

Please sign in to comment.