Skip to content

Commit

Permalink
Update docs/fundamentals-and-concepts/stellar-data-structures/operati…
Browse files Browse the repository at this point in the history
…ons-and-transactions.mdx

Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
briwylde08 and ElliotFriend authored Dec 20, 2023
1 parent 9c49ce1 commit 09a9b18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Transactions are atomic. Meaning if one operation in a transaction fails, all op

Operations are executed for the source account of the transaction unless an operation override is defined.

Smart contract transactions also go through a simulation process where developers can test how the transaction would be executed on the network using the RPC endpoint `simulateTransaction`. Read more in the [Soroban docs](https://soroban.stellar.org/api/methods/simulateTransaction).
Smart contract transactions also go through a simulation process where developers can test how the transaction would be executed on the network using the RPC endpoint `simulateTransaction`. Read more in the [Soroban docs](https://soroban.stellar.org/docs/fundamentals-and-concepts/interacting-with-contracts#transaction-simulation).

#### Transaction attributes

Expand Down

0 comments on commit 09a9b18

Please sign in to comment.