diff --git a/docs/src/calling-contracts/tx-params.md b/docs/src/calling-contracts/tx-params.md index fc0315f437..7405ba822b 100644 --- a/docs/src/calling-contracts/tx-params.md +++ b/docs/src/calling-contracts/tx-params.md @@ -30,7 +30,6 @@ This way: {{#include ../../../examples/contracts/src/lib.rs:tx_parameters_default}} ``` - As you might have noticed already, `TxParameters` can also be specified when deploying contracts or transfering assets by passing it to the respective methods. > **Note:** whenever you perform an action that results in a transaction (contract deployment, contract call, asset transfer), the SDK will automatically estimate the fee based on the set gas limit and the transaction's byte size. This estimation is used when building the transaction. A side-effect of this is that your wallet must at least own a single coin of the base asset of any amount.