Skip to content

Commit

Permalink
update book #3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Sep 27, 2024
1 parent d8c63af commit 797fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/developers/exex/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ event to signify what blocks have been processed. This event is used by Reth to

An ExEx will only receive notifications for block numbers greater than the block in the most recently emitted `FinishedHeight` event.

To clarify: if an ExEx emits `ExExEvent::FinishedHeight(0)` it will receive notifications for any `block_number > 0`.
To clarify: if an ExEx emits `ExExEvent::FinishedHeight` for `block #0` it will receive notifications for any `block_number > 0`.

0 comments on commit 797fe91

Please sign in to comment.