Skip to content

Commit

Permalink
Update src/pages/core/architecture/actor-model.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Kurcz <[email protected]>
  • Loading branch information
aumetra and uint authored May 24, 2024
1 parent ad11848 commit b445834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/core/architecture/actor-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Callout } from "nextra/components";

CosmWasm, at its core, is built around the actor model. This prevents some
common pitfalls which, for example, Ethereum smart contracts had to fix over the
years. The issues mostly revolved around reentrancy issues where we could, for
years. The issues mostly revolved around [reentrancy issues](https://ethereum.org/en/developers/docs/smart-contracts/security/#reentrancy) where we could, for
example, call out to another contract before finishing the current execution.

<Callout>
Expand Down

0 comments on commit b445834

Please sign in to comment.