Skip to content

Commit e673878

Browse files
committed
lint
1 parent bdc3a4a commit e673878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/interop/tutorials/message-passing/relay-with-cast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ INNER_END_OF_FILE
185185
ACCESS_LIST=`cast rpc admin_getAccessListForIdentifier --rpc-url http://localhost:8420 "$RPC_PARAMS" | jq .accessList`
186186
```
187187

188-
To secure cross-chain messaging and prevent potential [denial of service attacks]((https://github.com/ethereum-optimism/design-docs/blob/main/protocol/interop-access-list.md)), relay transactions require properly formatted access lists that include a checksum derived from the message data.
188+
To secure cross-chain messaging and prevent potential [denial of service attacks](https://github.com/ethereum-optimism/design-docs/blob/main/protocol/interop-access-list.md), relay transactions require properly formatted access lists that include a checksum derived from the message data.
189189
This lets sequencers know what executing messages to expect in a transaction, which makes it easy not to include transactions that are invalid because they rely on messages that were never sent.
190190

191191
The [algorithm to calculate the access list](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L87-L115) is a bit complicated, but you don't need to worry about it.

0 commit comments

Comments
 (0)