Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MujkicA committed Sep 19, 2023
1 parent 7d2cffa commit 7f8321c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/calling-contracts/tx-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7f8321c

Please sign in to comment.