Skip to content

Commit

Permalink
Update docs/src/calling-contracts/tx-params.md
Browse files Browse the repository at this point in the history
Co-authored-by: hal3e <[email protected]>
  • Loading branch information
MujkicA and hal3e authored Sep 27, 2023
1 parent 2cc337a commit 750b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/calling-contracts/tx-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can configure these parameters by creating an instance of `TxParameters` and

<!-- This section should explain how to use the defauly tx params -->
<!-- tx_params_default:example:start -->
You can also use `TxParameters::default()` to use the default values. If `gas_limit` or `gas_limit` are set to `None`, the SDK will use the networks default values:
You can also use `TxParameters::default()` to use the default values. If `gas_price` or `gas_limit` is set to `None`, the SDK will use the network's default value:
<!-- tx_params_default:example:end -->

This way:
Expand Down

0 comments on commit 750b226

Please sign in to comment.