Skip to content

Commit

Permalink
Update developers/optimism-devnet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Javed Khan <[email protected]>
  • Loading branch information
jcstein and tuxcanfly authored Jan 17, 2024
1 parent 1ebdefa commit 6d5b90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/optimism-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func (l *BatchSubmitter) sendTransaction(
```

In `calldata_source.go`,
[the `DataFromEVMTransactions` function defines the read path](https://github.com/celestiaorg/optimism/blob/9c6a1db78bc1da08b1e36548ebedf3d9a97e6dcc/op-node/rollup/derive/calldata_source.go#L138-L185)
[the `DataFromEVMTransactions` function defines the read path](https://github.com/celestiaorg/optimism/blob/release-v1.1.0/op-node/rollup/derive/calldata_source.go#L102-L139)
of the Ethereum fallback. This function filters all of the transactions
and returns the calldata from transactions that are sent to the batch
inbox address from the batch sender address.
Expand Down

0 comments on commit 6d5b90c

Please sign in to comment.