Skip to content

Commit

Permalink
docs: fix param name (#10366)
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya authored Aug 16, 2024
1 parent 6ace2fb commit c9dc712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/developers/exex/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use reth_exex::{ExExContext, ExExEvent, ExExNotification};
use reth_node_ethereum::EthereumNode;
use reth_tracing::tracing::info;
async fn my_exex<Node: FullNodeComponents>(mut ctx: ExExContext<Node>) -> eyre::Result<()> {
async fn my_exex<Node: FullNodeComponents>(mut _ctx: ExExContext<Node>) -> eyre::Result<()> {
loop {}
}
Expand Down

0 comments on commit c9dc712

Please sign in to comment.