Skip to content

Commit

Permalink
Update docs/src/custom-transactions/transaction-builders.md
Browse files Browse the repository at this point in the history
Co-authored-by: MujkicA <32431923+MujkicA@users.noreply.github.com>
  • Loading branch information
hal3e and MujkicA committed Jan 10, 2024
1 parent d3b3feb commit f46353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/custom-transactions/transaction-builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ We need to do one more thing before we stop thinking about transaction inputs. E
{{#include ../../../examples/cookbook/src/lib.rs:custom_tx_adjust}}
```

> **Note** It is recommended to add signers before adjusting for fee as the estimation will include the witnesses fee.
> **Note** It is recommended to add signers before calling `adjust_for_fee()` as the estimation will include the size of the witnesses.
We can also define transaction policies. For example, we can limit the gas price by doing the following:

Expand Down

0 comments on commit f46353f

Please sign in to comment.