Skip to content

Commit 5c76bec

Browse files
authored
rephrase messaging.mdx
1 parent eab53ed commit 5c76bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/app-developers/bridging/messaging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ We call this period of time the "challenge period" because it is the time during
220220
Optimistic Rollups are "optimistic" because they're based around the idea of publishing the *result* of a transaction to Ethereum without actually executing the transaction on Ethereum.
221221
In the "optimistic" case, this transaction result is correct and one can completely avoid the need to perform complicated (and expensive) logic on Ethereum.
222222

223-
However, one still needs some way to prevent incorrect transaction results from being published in place of correct ones.
223+
However, one still needs to find a way to prevent incorrect transaction results from being published in place of correct ones.
224224
Here's where the "fault proof" comes into play.
225225
Whenever a transaction result is published, it's considered "pending" for a period of time known as the challenge period.
226226
During this period of time, anyone may re-execute the transaction *on Ethereum* in an attempt to demonstrate that the published result was incorrect.

0 commit comments

Comments
 (0)