Skip to content

Commit c5a2bcb

Browse files
committed
Reword sentence
1 parent d03386c commit c5a2bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/core/architecture/actor-model.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ be.
5050

5151
But how does that fix reentrancy? In CosmWasm, you can only send out messages at
5252
the end of a contract execution as part of the response. This ensures you have
53-
already written everything to the state, meaning your state is in a consistent
54-
state.
53+
already written everything to the state, meaning the state can't suddenly change
54+
mid-execution and make your contract exhibit buggy behaviour.
5555

5656
CosmWasm effectively forces you to follow the
5757
[CEI pattern (Checks, Effects, Interactions)](https://fravoll.github.io/solidity-patterns/checks_effects_interactions.html)

0 commit comments

Comments
 (0)