Skip to content

Commit

Permalink
remove paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Mar 13, 2024
1 parent e0493f0 commit fc970b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/docs/src/guide/contracts/interacting-with-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ The `dryRun` method should be used to dry-run a contract call. It does not spend

The `simulate` method should be used to dry-run a contract call, ensuring that the wallet used has sufficient funds to cover the transaction fees, without consuming any resources.

This dry-run uses the `utxoValidation` parameter set to `true`, enforcing the use of real UTXOs.

A funded wallet it's required:

<<< @/../../docs-snippets/src/guide/contracts/interacting-with-contracts.test.ts#interacting-with-contracts-3{ts:line-numbers}
Expand Down

0 comments on commit fc970b0

Please sign in to comment.