Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
fix implemented doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Nov 5, 2023
1 parent cd0efc2 commit af6d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reth/src/cli/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub trait RethNodeCommandConfig: fmt::Debug {
#[allow(clippy::let_unit_value)]
let payload_builder = ();

// Optimism's payload builder is impelmented on the OptimismPayloadBuilder type.
// Optimism's payload builder is implemented on the OptimismPayloadBuilder type.
#[cfg(feature = "optimism")]
let payload_builder = reth_basic_payload_builder::OptimismPayloadBuilder;

Expand Down

0 comments on commit af6d37b

Please sign in to comment.