Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Jan 9, 2024
1 parent 7c4af61 commit d3b3feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuels-core/src/types/transaction_builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ macro_rules! impl_tx_trait {
) -> Result<Option<TransactionFee>> {
let mut fee_estimation_tb = self.clone_without_signers();

// Add a temporary witness for every `Signer` to include them in the fee estimation
// Add a temporary witness for every `Signer` to include them in the fee
// estimation.
let witness: Witness = Signature::default().as_ref().into();
fee_estimation_tb
.witnesses_mut()
Expand Down

0 comments on commit d3b3feb

Please sign in to comment.