Skip to content

Commit

Permalink
Explain what constitutes "failing" for an entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jul 1, 2024
1 parent 69eec92 commit f6b73a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/core/architecture/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fails, the whole transaction is rolled back.

In our case, these operations are invocations of contract entrypoints. If one of
the invocations in the chain fails, the whole transaction is usually rolled
back.
back. Failing in this context means that the contract entrypoint returns an
error or panics.

## Preventing rollbacks in case of failure

Expand Down

0 comments on commit f6b73a7

Please sign in to comment.