Skip to content

Commit

Permalink
Merge pull request #191 from eosnetworkfoundation/staging
Browse files Browse the repository at this point in the history
typo (#190)
  • Loading branch information
nsjames authored Jul 17, 2023
2 parents 19edca5 + 2d2ce7a commit b9e2cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/23_advanced-guides/20_using-multicall3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ you need to read data from multiple contracts, you can use Multicall3 to read al
you can ensure:

- You pay the lowest cost possible for the transaction
- You get the data form the same block
- You get the data from the same block
- You don't have to wait for multiple transactions to complete
- You don't have to worry about the order of the transactions (race conditions)
- You don't have to worry about **one** of the transactions failing (all or nothing)
Expand Down

0 comments on commit b9e2cdd

Please sign in to comment.