You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/builders/app-developers/bridging/messaging.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ We call this period of time the "challenge period" because it is the time during
220
220
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.
221
221
In the "optimistic" case, this transaction result is correct and one can completely avoid the need to perform complicated (and expensive) logic on Ethereum.
222
222
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.
224
224
Here's where the "fault proof" comes into play.
225
225
Whenever a transaction result is published, it's considered "pending" for a period of time known as the challenge period.
226
226
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