Skip to content

Commit

Permalink
Glossary: Fix description for channel frames -> batcher tx relationsh…
Browse files Browse the repository at this point in the history
…ip (#436)

Due to a possible typo, the description implied that a frame could be
split between multiple batcher transactions.

Co-authored-by: Vinod Damle <[email protected]>
  • Loading branch information
vdamle and Vinod Damle authored Oct 21, 2024
1 parent 30feb6a commit 3497244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ then made available using [batcher transactions][batcher-transaction].

A batcher transaction is a transaction submitted by a [batcher] to a data availability provider, in order to make
channels available. These transactions carry one or more full frames, which may belong to different channels. A
channel's frame may be split between multiple batcher transactions.
channel's frames may be split between multiple batcher transactions.

When submitted to Ethereum calldata, the batcher transaction's receiver must be the sequencer inbox address. The
transaction must also be signed by a recognized batch submitter account. The recognized batch submitter account
Expand Down

0 comments on commit 3497244

Please sign in to comment.