Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bate <[email protected]>
  • Loading branch information
Dhaiwat10 and danielbate authored Dec 24, 2024
1 parent f4ff5d2 commit 91103a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/guide/contracts/optimising-contract-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

When you call a contract function via the SDK, it makes two essential network requests:

1. **Preparing the transaction**: This involves creating the transaction request, fetching dependencies for it, and funding it properly.
1. **Preparing the transaction**: This involves creating the transaction request, fetching dependencies for it and funding it properly.

2. **Sending the transaction**: This involves sending the transaction to the network and waiting for it to be confirmed.

Expand Down

0 comments on commit 91103a3

Please sign in to comment.